4b39d056ad
Change-Id: Id04fe7a8f30ed0dae292933662036f4775e394a2 Partially-Implements: blueprint enable-congress-container
17 lines
569 B
YAML
17 lines
569 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['congress-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['congress-api'] or
|
|
inventory_hostname in groups['congress-policy-engine'] or
|
|
inventory_hostname in groups['congress-datasource']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['congress-api']
|
|
|
|
- include: start.yml
|
|
when: inventory_hostname in groups['congress-api'] or
|
|
inventory_hostname in groups['congress-policy-engine'] or
|
|
inventory_hostname in groups['congress-datasource']
|