update
This commit is contained in:
parent
1110cf573c
commit
0e46b7c6be
32 changed files with 799 additions and 0 deletions
7
ansible/scripts/configure_groups.yml
Normal file
7
ansible/scripts/configure_groups.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
- name: adding existing user '{{ user }}' to group sudo
|
||||
user:
|
||||
groups: '{{ item }}'
|
||||
name: user
|
||||
append: yes
|
||||
with_items: "{{ user_groups }}"
|
||||
when: user_groups is defined
|
||||
Loading…
Add table
Add a link
Reference in a new issue