1f71df1a8b
chrony is not supported in Xena cycle, remove it from kolla Moved tasks from chrony role to chrony-cleanup.yml playbook to avoid a vestigial chrony role. Co-Authored-By: Mark Goddard <mark@stackhpc.com> Change-Id: I5a730d55afb49d517c85aeb9208188c81e2c84cf
24 lines
522 B
YAML
24 lines
522 B
YAML
---
|
|
- import_tasks: inventory_checks.yml
|
|
|
|
- include_tasks: host_os_checks.yml
|
|
when: prechecks_enable_host_os_checks | bool
|
|
|
|
- include_tasks: timesync_checks.yml
|
|
when:
|
|
- inventory_hostname not in groups['deployment']|default([])
|
|
|
|
- import_tasks: datetime_checks.yml
|
|
|
|
- include_tasks: port_checks.yml
|
|
when:
|
|
- inventory_hostname not in groups['deployment']|default([])
|
|
|
|
- import_tasks: service_checks.yml
|
|
|
|
- import_tasks: package_checks.yml
|
|
|
|
- import_tasks: user_checks.yml
|
|
|
|
- import_tasks: database_checks.yml
|