add Final Infrastructure Setup
This commit is contained in:
commit
7733dde658
174 changed files with 204949 additions and 0 deletions
13
infrastructure/ansible/roles/smtplog/handlers/main.yml
Normal file
13
infrastructure/ansible/roles/smtplog/handlers/main.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
|
||||
- name: Restart smtplog
|
||||
service:
|
||||
name: smtplog
|
||||
state: restarted
|
||||
|
||||
- name: Restart smtpweb
|
||||
service:
|
||||
name: smtpweb
|
||||
state: restarted
|
||||
|
||||
# vim:ft=ansible
|
||||
Loading…
Add table
Add a link
Reference in a new issue