8b0fa7728c
Co-Authored-By: caoyuan <cao.yuan@99cloud.net> Change-Id: Iefc3ffc03a15a2e8eea49e91297ce75a5690010b Partially-implements: blueprint better-reconfigure
14 lines
334 B
YAML
14 lines
334 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['sahara-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['sahara-api'] or
|
|
inventory_hostname in groups['sahara-engine']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['sahara-api']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|