host_reboot.yml: remove ntpdate
This commit is contained in:
parent
61e70e910f
commit
0ce267205f
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
|||
- name: wait for host to come back - up to 15 minutes
|
||||
local_action: wait_for host={{ target }} port=22 delay=120 timeout=900 search_regex=OpenSSH
|
||||
|
||||
- name: sync time
|
||||
command: ntpdate -u 1.rhel.pool.ntp.org
|
||||
# - name: sync time
|
||||
# command: ntpdate -u 1.rhel.pool.ntp.org
|
||||
|
||||
- name: tell nagios to unshush
|
||||
nagios: action=unsilence service=host host={{ inventory_hostname_short }}{{ env_suffix }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue