3018199f0b
If not running containerised chrony, we need to check that host has its own means of system clock synchronization. Change-Id: I31b3e9ed625d63a4bf82c674593522268c20ec4c Partial-Bug: #1885689
22 lines
455 B
YAML
22 lines
455 B
YAML
---
|
|
- include_tasks: host_os_checks.yml
|
|
when: prechecks_enable_host_os_checks | bool
|
|
|
|
- include_tasks: timesync_checks.yml
|
|
when:
|
|
- not enable_chrony | bool
|
|
|
|
- include_tasks: datetime_checks.yml
|
|
|
|
- include_tasks: port_checks.yml
|
|
when:
|
|
- inventory_hostname not in groups['deployment']|default([])
|
|
|
|
- include_tasks: service_checks.yml
|
|
|
|
- include_tasks: package_checks.yml
|
|
|
|
- include_tasks: user_checks.yml
|
|
|
|
- include_tasks: database_checks.yml
|