inital commit: add playbooks with roles to setup server and add user
This commit is contained in:
parent
9c48cd4353
commit
ef4aab6a5d
9 changed files with 218 additions and 0 deletions
8
roles/create_user_with_root/handlers/main.yml
Normal file
8
roles/create_user_with_root/handlers/main.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
# Handler zum Neustarten des SSH-Dienstes
|
||||
|
||||
- name: restart sshd
|
||||
systemd:
|
||||
name: sshd
|
||||
state: restarted
|
||||
enabled: yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue