shut postfix up
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
1c740934fa
commit
f095a51ee2
1 changed files with 4 additions and 0 deletions
|
@ -75,6 +75,10 @@
|
||||||
- name: Install check_nagios_notifications cron
|
- name: Install check_nagios_notifications cron
|
||||||
cron: name="check_nagios_notifications" minute=0 hour=0 weekday=1 user=nagios job="/usr/local/bin/check_nagios_notifications.py"
|
cron: name="check_nagios_notifications" minute=0 hour=0 weekday=1 user=nagios job="/usr/local/bin/check_nagios_notifications.py"
|
||||||
|
|
||||||
|
# TODO: Remove this for prod
|
||||||
|
- name: Shut postfix up for testing peacefully
|
||||||
|
service: name=postfix state=stopped enabled=no
|
||||||
|
|
||||||
- name: Restart and autostart nagios
|
- name: Restart and autostart nagios
|
||||||
service: name=nagios state=restarted enabled=yes
|
service: name=nagios state=restarted enabled=yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue