Merge "Don't check api_interface for 'deployment' group"
This commit is contained in:
commit
96ede1eb55
@ -1,10 +1,7 @@
|
||||
---
|
||||
- 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']
|
||||
- inventory_hostname not in groups['deployment']
|
||||
|
||||
- include: service_checks.yml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user