blob: d0823d1e41510072c7bf7f2b4704bbbd96ebc3f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
- 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
- meta: flush_handlers
|