4c2da9e6d1
Co-Authored-By: zhubingbing <zhubingbing10@gmail.com> Co-Authored-By: zhangshuai <446077695@qq.com> Co-Authored-By: Mauricio Lima <mauriciolimab@gmail.com> Change-Id: I7aebe544e3495767d6389dbf220d633a98c137da Partially-implements: bp karbor-ansible-role
17 lines
557 B
YAML
17 lines
557 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']
|
|
|
|
- include: start.yml
|
|
when: inventory_hostname in groups['karbor-api'] or
|
|
inventory_hostname in groups['karbor-protection'] or
|
|
inventory_hostname in groups['karbor-operationengine']
|