initial commit

This commit is contained in:
Ludovic Cartier
2024-12-17 17:59:52 +01:00
parent dd913c04bc
commit 3529250298
6 changed files with 231 additions and 0 deletions

5
handlers/main.yml Normal file
View File

@ -0,0 +1,5 @@
---
- name: restart firewall
systemd_service:
name: postfix
state: restarted