Bugfix: docker User rights
This commit is contained in:
parent
9c1951e060
commit
d417335d67
1 changed files with 17 additions and 0 deletions
|
@ -17,3 +17,20 @@
|
||||||
- mg
|
- mg
|
||||||
- root
|
- root
|
||||||
- ansible-user
|
- ansible-user
|
||||||
|
### ryandaniels.create_users
|
||||||
|
users:
|
||||||
|
- username: mg
|
||||||
|
password: "{{ lookup('keepass', 'linux_mg_user_password', 'password') }}"
|
||||||
|
update_password: on_create
|
||||||
|
ssh_key: "{{ lookup('keepass', 'ssh_pubkey_mg', 'password') }}"
|
||||||
|
use_sudo: yes
|
||||||
|
use_sudo_nopass: yes
|
||||||
|
user_state: present
|
||||||
|
groups: ssh, sudo, docker
|
||||||
|
servers:
|
||||||
|
- production
|
||||||
|
- staging
|
||||||
|
- test
|
||||||
|
- virt
|
||||||
|
- cephq
|
||||||
|
- k8s
|
||||||
|
|
Loading…
Reference in a new issue