Added new ansible home directory, moving roles into its 'roles' subdirectory
This commit is contained in:
9
.ansible/roles/bootstrap/tasks/groups.yml
Normal file
9
.ansible/roles/bootstrap/tasks/groups.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Create system groups
|
||||
group:
|
||||
name: "{{ item.group_name }}"
|
||||
system: yes
|
||||
state: present
|
||||
loop: "{{ sys_groups }}"
|
||||
register: groups_created
|
||||
tags: ['default']
|
Reference in New Issue
Block a user