14 lines
325 B
YAML
14 lines
325 B
YAML
---
|
|
- include: port_checks.yml
|
|
when:
|
|
- inventory_hostname in groups['control'] or
|
|
inventory_hostname in groups['network'] or
|
|
inventory_hostname in groups['compute'] or
|
|
inventory_hostname in groups['monitoring']
|
|
|
|
- include: service_checks.yml
|
|
|
|
- include: package_checks.yml
|
|
|
|
- include: user_checks.yml
|