File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
environments/common/inventory/group_vars/all Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,14 @@ grafana_address: "{{ hostvars[groups['grafana'].0].api_address }}"
2222
2323# Note RockyLinux 8.5 defines system user/groups in range 201-999
2424appliances_local_users_ansible_user_name : " {{ ansible_ssh_user | default(ansible_user) }}"
25+ appliances_local_users_podman_uid : 1001 # UID for podman user - normally next UID after default user
2526appliances_local_users_podman : # also used in environments/common/inventory/group_vars/all/podman.yml:podman_users
2627 name : podman
2728 comment : Used for running all containers
2829 # Would like to set subuid so that we that we know what will appear in /etc/subuid
2930 # See: https://github.com/ansible/ansible/issues/68199
3031 home : /var/lib/podman
31- uid : 1001
32+ uid : " {{ appliances_local_users_podman_uid }} "
3233
3334appliances_local_users_default :
3435 - user :
You can’t perform that action at this time.
0 commit comments