Add some quietus to the notifs-backend playbook.

This commit is contained in:
Ralph Bean 2015-06-25 15:51:24 +00:00
parent 600551cd9f
commit a6c3c62b9c

View file

@ -57,6 +57,12 @@
user: root
gather_facts: True
pre_tasks:
- name: tell nagios to shush w.r.t. the backend since it usually complains
nagios: action=downtime minutes=20 service=host host={{ inventory_hostname_short }}{{ env_suffix }}
delegate_to: noc01.phx2.fedoraproject.org
ignore_errors: true
roles:
- fedmsg/hub
- notifs/backend