first commit

This commit is contained in:
Ludovic Cartier
2024-12-06 11:04:10 +01:00
parent d4ff9859ae
commit 53beeec066
11 changed files with 174 additions and 0 deletions

9
handlers/main.yml Normal file
View File

@ -0,0 +1,9 @@
---
- name: newaliases
command: newaliases
- name: reload postfix
service: name=postfix state=reloaded
- name: restart postfix
service: name=postfix state=restarted