initial work users role
This commit is contained in:
parent
7f67fa4c60
commit
47ef7a7045
4 changed files with 27 additions and 0 deletions
8
roles/users/tasks/main.yml
Normal file
8
roles/users/tasks/main.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- name: Ensure groups exist
|
||||
group:
|
||||
name: "{{ item.name }}"
|
||||
gid: "{{ item.gid | default(ommit) }}"
|
||||
state: present
|
||||
with_items: groups
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue