commited current state

This commit is contained in:
DerLinkman
2026-05-08 21:27:10 +02:00
parent ffc1a6a8a5
commit 45ccd6a25f
43 changed files with 576 additions and 102 deletions
+10
View File
@@ -0,0 +1,10 @@
---
- name: Configure SSH daemon
template:
src: sshd.conf.j2
dest: /etc/ssh/sshd_config
owner: root
group: root
mode: '0600'
validate: /usr/sbin/sshd -T -f %s
notify: Restart sshd