Initial Commit

This commit is contained in:
2016-06-29 12:34:37 +12:00
commit 0e9fd3a1fe
12 changed files with 413 additions and 0 deletions

14
handlers/main.yml Normal file
View File

@@ -0,0 +1,14 @@
---
# handlers file for guisea.common
- name: Restart Postfix
service:
name: postfix
state: restarted
- name: Restart SSH
service:
name: sshd
state: restarted
- name: Restart NTPD
service:
name: ntpd
state: restarted