blob: 9faa456be331c853951082b84a62b2e735a00ab8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
- include_vars: "{{ ansible_os_family }}.yml"
- 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
|