remove user creation. Move to new role

This commit is contained in:
= 2025-08-15 23:42:30 +02:00
parent d80d2bb301
commit f183e49b46

View file

@ -14,12 +14,6 @@
name: openssh-server
state: present
- name: Benutzer anlegen (falls nicht vorhanden)
ansible.builtin.user:
name: "{{ ssh_user }}"
shell: /bin/bash
create_home: true
- name: SSH-Verzeichnis anlegen
ansible.builtin.file:
path: "/home/{{ ssh_user }}/.ssh"