kolla-ansible/ansible/roles/prechecks/defaults/main.yml
Mark Goddard 84ac7b3096 chrony: allow to remove the container
The chrony container is deprecated in Wallaby, and disabled by default.
This change allows to remove the container if chrony is disabled.

Change-Id: I1c4436072c2d47a95625e64b731edb473384b395
2021-06-02 17:28:35 +00:00

7 lines
197 B
YAML

---
# Whether to enable checks for host OS distribution and release.
prechecks_enable_host_os_checks: true
# Whether to enable checks for a host NTP daemon.
prechecks_enable_host_ntp_checks: true