add pre-update and pre-upgrade groups to ntp playbook

It's important to add NTP to pre-upgrade and pre-update groups to ensure
NTP presence and synchronization prior to these important functions.

Recent events have highlighted the necessity of this.

Change-Id: I5bcd45b766d94adf4e7c0e8a6e0f83d5d3c23b25
This commit is contained in:
David J Peacock 2022-01-10 11:15:13 -05:00
parent cf7ebddc6a
commit ec6bfcb7b8
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
that it is indeed running and connected to an NTP server on all nodes.
groups:
- post-deployment
- pre-update
- pre-upgrade
categories:
- networking
- time