3e7ed2c42c
Change-Id: I515fdcdf6093e9e59dbbdc97221d23ed7f4e0a3d Partially-Implements: blueprint add-panko-ansible-role
13 lines
299 B
YAML
13 lines
299 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['panko-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['panko-api']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['panko-api']
|
|
|
|
- include: start.yml
|
|
when: inventory_hostname in groups['panko-api']
|