You know the very powerful and the very stupid have one thing in common. They don't alter their views to fit the facts. They alter the facts to fit the views. Which can be uncomfortable if you happen to be one of the facts that needs altering.

This commit is contained in:
Stephen Smoogen 2017-01-24 20:00:30 +00:00
parent f27bc1b501
commit 6bbb48acca
3 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@
# Call out to another playbook. Disable any proxies that may live here
- include: update-proxy-dns.yml status=disable proxies=myvms_new:&proxies
when: nodns is not defined or not nodns
when: nodns is not defined or not "true" in nodns
- name: halt instances
hosts: myvms_new

View file

@ -1 +1 @@
command[check_varnish_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:2 -C 'varnishd' -u varnish
command[check_varnish_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:2 -C 'varnishd' -u nobody

View file

@ -1 +1 @@
command[check_varnish_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:2 -C 'varnishd' -u varnish
command[check_varnish_proc]=/usr/lib64/nagios/plugins/check_procs -c 1:2 -C 'varnishd' -u nobody