diff --git a/roles/nagios_server/tasks/main.yml b/roles/nagios_server/tasks/main.yml index 0e9aa677e3..a0386ffce7 100644 --- a/roles/nagios_server/tasks/main.yml +++ b/roles/nagios_server/tasks/main.yml @@ -75,6 +75,10 @@ - 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" +# TODO: Remove this for prod +- name: Shut postfix up for testing peacefully + service: name=postfix state=stopped enabled=no + - name: Restart and autostart nagios service: name=nagios state=restarted enabled=yes