a080bb1006
This small change prevents the deployment group from being mandatory. Change-Id: I5693fbad0d5677ae341121619b6ec2e8738cffb7
13 lines
256 B
YAML
13 lines
256 B
YAML
---
|
|
- include_tasks: port_checks.yml
|
|
when:
|
|
- inventory_hostname not in groups['deployment']|default([])
|
|
|
|
- include_tasks: service_checks.yml
|
|
|
|
- include_tasks: package_checks.yml
|
|
|
|
- include_tasks: user_checks.yml
|
|
|
|
- include_tasks: database_checks.yml
|