Fix these reboot playbooks for ntp too

This commit is contained in:
Kevin Fenzi 2015-08-31 16:35:06 +00:00
parent 096a7204a2
commit 15e5e56f03
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
local_action: wait_for host={{ target }} port=22 delay=120 timeout=900 search_regex=OpenSSH
- name: sync time
command: ntpdate -u 66.187.233.4
command: ntpdate -u 1.rhel.pool.ntp.org
- name: tell nagios to unshush
nagios: action=unsilence service=host host={{ inventory_hostname_short }}{{ env_suffix }}

View file

@ -90,7 +90,7 @@
register: newvmlist
- name: sync time
command: ntpdate -u 66.187.233.4
command: ntpdate -u 1.rhel.pool.ntp.org
- name: serverbeach hosts need a special iptables config
command: /root/fix-iptables.sh