From 0ce267205f35a22566a8463699020a1bc49edf3b Mon Sep 17 00:00:00 2001 From: Francois Andrieu Date: Tue, 15 Aug 2023 21:58:08 +0200 Subject: [PATCH] host_reboot.yml: remove ntpdate --- playbooks/host_reboot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/host_reboot.yml b/playbooks/host_reboot.yml index 119b6432b7..f540a6c650 100644 --- a/playbooks/host_reboot.yml +++ b/playbooks/host_reboot.yml @@ -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 }}