Initial commit
This commit is contained in:
commit
c6929ae9f6
4 changed files with 51 additions and 0 deletions
9
tasks/main.yml
Normal file
9
tasks/main.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
- name: handle groups
|
||||
with_dict: "{{ accounts.groups }}"
|
||||
include_tasks:
|
||||
file: groups.yml
|
||||
|
||||
- name: handle users
|
||||
with_dict: "{{ accounts.users }}"
|
||||
include_tasks:
|
||||
file: users.yml
|
||||
Loading…
Add table
Add a link
Reference in a new issue