docker_distribution Change service user uid/gid
This commit is contained in:
parent
381a7bd226
commit
856f5b286c
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
- name: Create docker group
|
||||
ansible.builtin.group:
|
||||
name: docker
|
||||
gid: 1004
|
||||
gid: 311
|
||||
|
||||
- name: Create docker user
|
||||
ansible.builtin.user:
|
||||
|
@ -18,7 +18,7 @@
|
|||
groups: hostkey
|
||||
home: /var/empty
|
||||
shell: /sbin/nologin
|
||||
uid: 1004
|
||||
uid: 311
|
||||
|
||||
- name: Create unit file drop-in directory
|
||||
ansible.builtin.file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue