initial commit

This commit is contained in:
Peter 2024-10-16 21:13:17 +02:00
commit 6f50de798b
24 changed files with 1082 additions and 0 deletions

View file

@ -0,0 +1,8 @@
- name: Restart firewall
ansible.builtin.command: /etc/network/if-pre-up.d/firewall
changed_when: true
- name: Restart sshd
ansible.builtin.systemd:
name: ssh
state: restarted