add brunn.ccchb.de
This commit is contained in:
parent
c9571efbb6
commit
a60f6eb0a2
3 changed files with 17 additions and 1 deletions
14
host_vars/brunn.ccchb.de.yml
Normal file
14
host_vars/brunn.ccchb.de.yml
Normal file
|
@ -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
|
||||
|
2
hosts/00_brunn
Normal file
2
hosts/00_brunn
Normal file
|
@ -0,0 +1,2 @@
|
|||
[brunn]
|
||||
brunn.ccchb.de
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: Perform user management
|
||||
hosts: debian frab
|
||||
hosts: debian frab brunn
|
||||
become: true
|
||||
tags: [user_mgmt]
|
||||
roles:
|
||||
|
|
Loading…
Reference in a new issue