From 15e5e56f03cae434c5e441b25697b3832488e11d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 31 Aug 2015 16:35:06 +0000 Subject: [PATCH] Fix these reboot playbooks for ntp too --- playbooks/host_reboot.yml | 2 +- playbooks/vhost_reboot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/host_reboot.yml b/playbooks/host_reboot.yml index 4f30a602ee..554b284a02 100644 --- a/playbooks/host_reboot.yml +++ b/playbooks/host_reboot.yml @@ -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 }} diff --git a/playbooks/vhost_reboot.yml b/playbooks/vhost_reboot.yml index b0ad4c3cc0..b3fdc5beed 100644 --- a/playbooks/vhost_reboot.yml +++ b/playbooks/vhost_reboot.yml @@ -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