0995a40100
Change-Id: Id5e56f62dff4fc7bc52641a56abab3ee88a25740 Partially-Implements: blueprint pre-pull-images
17 lines
543 B
YAML
17 lines
543 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['mistral-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['mistral-api'] or
|
|
inventory_hostname in groups['mistral-engine'] or
|
|
inventory_hostname in groups['mistral-executor']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['mistral-api']
|
|
|
|
- include: start.yml
|
|
when: inventory_hostname in groups['mistral-api'] or
|
|
inventory_hostname in groups['mistral-engine'] or
|
|
inventory_hostname in groups['mistral-executor']
|