blob: 72a9f4d46742cfb8a3186349794f64a1d2e8b606 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
- include: nova_install.yml
tags:
- install
- nova_install
- nova
- include: nova_config.yml
when: HA_CLUSTER is not defined or HA_CLUSTER[inventory_hostname] == ''
tags:
- config
- nova_config
- nova
|