Add mail server deploy playbook and role mail server

This commit is contained in:
bnolge
2026-03-17 18:17:45 +03:00
parent 7e82a2bb46
commit a05757eb55
6 changed files with 225 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
---
- name: restart_postfix
service: name=postfix state=restarted
- name: restart_dovecot
service: name=dovecot state=restarted
- name: restart_opendkim
service: name=opendkim state=restarted