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