Fix these reboot playbooks for ntp too
This commit is contained in:
parent
096a7204a2
commit
15e5e56f03
2 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue