d0100432fc
Co-Authored-By: caoyuan <cao.yuan@99cloud.net> Change-Id: Ic5b3b7b1f8009203c8ff870a75b150704eb54e6d Partially-implements: blueprint better-reconfigure
15 lines
404 B
YAML
15 lines
404 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['karbor-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['karbor-api'] or
|
|
inventory_hostname in groups['karbor-protection'] or
|
|
inventory_hostname in groups['karbor-operationengine']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['karbor-api']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|