forked from ISTI-ansible-roles/ansible-roles
10 lines
306 B
YAML
10 lines
306 B
YAML
---
|
|
- import_tasks: nagios.yml
|
|
- import_tasks: dell-omsa.yml
|
|
when: dell_system is defined
|
|
- import_tasks: postgresql-nagios.yml
|
|
when: nagios_postgresql_check is defined and nagios_postgresql_check
|
|
#- import_tasks: nsca.yml
|
|
- import_tasks: hardware-checks.yml
|
|
when: nagios_hw is defined and nagios_hw
|