first commit

This commit is contained in:
ansible user
2025-07-21 10:47:59 +02:00
commit f7e76e9748
71 changed files with 1727 additions and 0 deletions

13
serv-04-adduser.yml Normal file
View File

@@ -0,0 +1,13 @@
---
- hosts: all
become: true
vars_prompt:
- name: "userpass"
prompt: "Enter password for the new user (ignore if not adding a user)"
private: yes
roles:
- serv-04-adduser