Feature users config ssh #9 #10

Merged
srgvg merged 10 commits from feature-users-config-ssh-#9 into master 2018-09-02 06:45:47 +00:00
4 changed files with 27 additions and 0 deletions
Showing only changes of commit 47ef7a7045 - Show all commits

View file

@ -0,0 +1,8 @@
---
- name: Ensure groups exist
group:
name: "{{ item.name }}"
gid: "{{ item.gid | default(ommit) }}"
state: present
with_items: groups

12
roles/users/vars/main.yml Normal file
View file

@ -0,0 +1,12 @@
---
groups:
-
users:
- remember
- direct
- degree
- sand
- grief
- jam
- king

7
site.yaml Normal file
View file

@ -0,0 +1,7 @@
---
- name: Manage user configuration
hosts: all
remote_user: root
roles:
- users

0
site.yml Normal file
View file