Merge "Don't check api_interface for 'deployment' group"
This commit is contained in:
commit
96ede1eb55
@ -1,10 +1,7 @@
|
|||||||
---
|
---
|
||||||
- include: port_checks.yml
|
- include: port_checks.yml
|
||||||
when:
|
when:
|
||||||
- inventory_hostname in groups['control'] or
|
- inventory_hostname not in groups['deployment']
|
||||||
inventory_hostname in groups['network'] or
|
|
||||||
inventory_hostname in groups['compute'] or
|
|
||||||
inventory_hostname in groups['monitoring']
|
|
||||||
|
|
||||||
- include: service_checks.yml
|
- include: service_checks.yml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user