edc408c08d
Co-Authored-By: Francisco Edigleison Barbosa <barbosaedigleison@gmail.com> Co-Authored-By: caoyuan <cao.yuan@99cloud.net> Change-Id: I2c8003ac7ce42a621f6152d8d6684890d1645f62 Partially-implements: blueprint better-reconfigure
16 lines
445 B
YAML
16 lines
445 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['solum-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['solum-api'] or
|
|
inventory_hostname in groups['solum-deploy'] or
|
|
inventory_hostname in groups['solum-worker'] or
|
|
inventory_hostname in groups['solum-conductor']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['solum-api']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|