aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/heat/tasks/main.yml
blob: cf259eb55d31920906c7a2a8a81e2bc79c81ce8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- include: heat_install.yml
  tags:
    - install
    - heat_install
    - heat

- include: heat_config.yml
  when: HA_CLUSTER is not defined or HA_CLUSTER[inventory_hostname] == ''
  tags:
    - config
    - heat_config
    - heat