diff --git a/host_vars/brunn.ccchb.de.yml b/host_vars/brunn.ccchb.de.yml new file mode 100644 index 0000000..f34a13b --- /dev/null +++ b/host_vars/brunn.ccchb.de.yml @@ -0,0 +1,14 @@ +user_mgmt: + crest: + state: present + groups: sudo + fritz: + state: present + groups: sudo + humm: + state: present + groups: sudo + genofire: + state: present + groups: sudo + diff --git a/hosts/00_brunn b/hosts/00_brunn new file mode 100644 index 0000000..da0e00a --- /dev/null +++ b/hosts/00_brunn @@ -0,0 +1,2 @@ +[brunn] +brunn.ccchb.de diff --git a/users.yml b/users.yml index 41abe04..d5fc2be 100644 --- a/users.yml +++ b/users.yml @@ -1,6 +1,6 @@ --- - name: Perform user management - hosts: debian frab + hosts: debian frab brunn become: true tags: [user_mgmt] roles: