kolla/ansible/roles/cloudkitty/tasks/deploy.yml

15 lines
447 B
YAML

---
- include: register.yml
when: inventory_hostname in groups['cloudkitty-api']
- include: config.yml
when: inventory_hostname in groups['cloudkitty-api'] or
inventory_hostname in groups['cloudkitty-processor']
- include: bootstrap.yml
when: inventory_hostname in groups['cloudkitty-api']
- include: start.yml
when: inventory_hostname in groups['cloudkitty-api'] or
inventory_hostname in groups['cloudkitty-processor']