2015-11-11 13:00:02 +03:00
|
|
|
---
|
2021-09-03 16:41:50 +02:00
|
|
|
- import_tasks: inventory_checks.yml
|
|
|
|
|
2019-12-17 15:37:04 +00:00
|
|
|
- include_tasks: host_os_checks.yml
|
|
|
|
when: prechecks_enable_host_os_checks | bool
|
|
|
|
|
2020-07-12 10:33:24 +02:00
|
|
|
- include_tasks: timesync_checks.yml
|
|
|
|
when:
|
2021-06-23 15:28:04 +02:00
|
|
|
- inventory_hostname not in groups['deployment']|default([])
|
2020-07-12 10:33:24 +02:00
|
|
|
|
2020-06-29 15:06:53 +01:00
|
|
|
- import_tasks: datetime_checks.yml
|
2020-01-26 23:05:13 +03:00
|
|
|
|
2018-07-23 12:58:02 +08:00
|
|
|
- include_tasks: port_checks.yml
|
2017-11-17 02:54:02 -05:00
|
|
|
when:
|
2018-10-25 16:10:26 +01:00
|
|
|
- inventory_hostname not in groups['deployment']|default([])
|
2015-11-11 13:00:02 +03:00
|
|
|
|
2020-06-29 15:06:53 +01:00
|
|
|
- import_tasks: service_checks.yml
|
2015-11-11 13:00:02 +03:00
|
|
|
|
2020-06-29 15:06:53 +01:00
|
|
|
- import_tasks: package_checks.yml
|
2016-08-23 00:18:36 +07:00
|
|
|
|
2020-06-29 15:06:53 +01:00
|
|
|
- import_tasks: user_checks.yml
|
2018-01-14 20:16:43 +02:00
|
|
|
|
2020-06-29 15:06:53 +01:00
|
|
|
- import_tasks: database_checks.yml
|