1618962adf
Close-Bug: 1732846 Change-Id: I6489599453ae56a60281ecbae9ce85aa59b1162a
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
|