15 lines
412 B
YAML
Raw Normal View History

---
- 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']
- name: Flush handlers
meta: flush_handlers