add brunn.ccchb.de

This commit is contained in:
Fritz Grimpen 2024-11-02 21:09:24 +01:00
parent c9571efbb6
commit a60f6eb0a2
3 changed files with 17 additions and 1 deletions

View 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
View File

@ -0,0 +1,2 @@
[brunn]
brunn.ccchb.de

View File

@ -1,6 +1,6 @@
--- ---
- name: Perform user management - name: Perform user management
hosts: debian frab hosts: debian frab brunn
become: true become: true
tags: [user_mgmt] tags: [user_mgmt]
roles: roles: