Initial Commit

This commit is contained in:
2022-05-09 10:17:07 +02:00
commit 35890645a6
16 changed files with 468 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
- name: Remove unix user {{ unix_user.key }}
group:
name: "{{ unix_user.value.name }}"
state: absent
remove: yes