create user role

This commit is contained in:
= 2025-08-15 23:41:42 +02:00
parent d0896b2acc
commit 2568387a96
7 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,2 @@
---
server_user: skulladmin

View file

@ -0,0 +1,6 @@
---
- name: Benutzer anlegen (falls nicht vorhanden)
ansible.builtin.user:
name: "{{ ssh_user }}"
shell: /bin/bash
create_home: true