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:
parent
f27bc1b501
commit
6bbb48acca
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue