inital commit: add playbooks with roles to setup server and add user

This commit is contained in:
Jan Völkel 2025-03-18 23:37:20 +01:00
parent 9c48cd4353
commit ef4aab6a5d
Signed by: Jan Völkel
SSH key fingerprint: SHA256:adl1xwySHDTNcPt/f+Y8np42DFn8wbykFk3KWvbZWXk
9 changed files with 218 additions and 0 deletions

View file

@ -0,0 +1,7 @@
---
# roles/setup_server/handlers/main.yml
- name: restart sshd
service:
name: sshd
state: restarted