517491a93a
Co-Authored-By: Mauricio Lima <mauriciolimab@gmail.com> Change-Id: If6a0d935df9f8b84d7628b2c8753aa12627e2c8a Partially-implements: blueprint better-reconfigure
16 lines
474 B
YAML
16 lines
474 B
YAML
---
|
|
- include: "register.yml"
|
|
when: inventory_hostname in groups['octavia-api']
|
|
|
|
- include: "config.yml"
|
|
when: inventory_hostname in groups['octavia-api'] or
|
|
inventory_hostname in groups['octavia-health-manager'] or
|
|
inventory_hostname in groups['octavia-housekeeping'] or
|
|
inventory_hostname in groups['octavia-worker']
|
|
|
|
- include: "bootstrap.yml"
|
|
when: inventory_hostname in groups['octavia-api']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|