24 lines
522 B
YAML
Raw Normal View History

---
- 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