Add a playbook just for shushing fmn/nagios.

This commit is contained in:
Ralph Bean 2015-06-22 14:59:55 +00:00
parent f67113fbdf
commit a88e0771b3

View file

@ -0,0 +1,13 @@
- name: be quiet please...
hosts: notifs-backend;notifs-backend-stg
user: root
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
tasks:
- name: tell nagios to shush.
nagios: action=downtime minutes=15 service=host host={{ inventory_hostname_short }}{{ env_suffix }}
delegate_to: noc01.phx2.fedoraproject.org
ignore_errors: true