d20c65ed48
This should help to ensure that users are running tested and supported host OS distributions. Change-Id: I6ee76463d284ad4f3646af1c7ec2b7e50e2f3b15 Partially-Implements: blueprint improve-prechecks
16 lines
340 B
YAML
16 lines
340 B
YAML
---
|
|
- include_tasks: host_os_checks.yml
|
|
when: prechecks_enable_host_os_checks | bool
|
|
|
|
- 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
|