---
- include: register.yml
  when: inventory_hostname in groups['murano-api']

- include: config.yml
  when: inventory_hostname in groups['murano-api'] or
        inventory_hostname in groups['murano-engine']

- include: bootstrap.yml
  when: inventory_hostname in groups['murano-api']

- include: start.yml
  when: inventory_hostname in groups['murano-api'] or
        inventory_hostname in groups['murano-engine']