Add postfix ansible roll

This commit is contained in:
2020-04-23 01:44:57 +00:00
parent 00259b25a1
commit 5a1f098597
13 changed files with 207 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
# handlers file for /etc/ansible/roles/postfix
#
- name: restart postfix
service: name=postfix state=restarted