host_reboot.yml: remove ntpdate

This commit is contained in:
Francois Andrieu 2023-08-15 21:58:08 +02:00
parent 61e70e910f
commit 0ce267205f
No known key found for this signature in database

View file

@ -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 }}