Initial commit

This commit is contained in:
nd 2019-04-09 18:24:40 +02:00
commit c6929ae9f6
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
4 changed files with 51 additions and 0 deletions

9
tasks/main.yml Normal file
View 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