1dbe91f2a900de6d8d8c1aa7b68c4c5e1203e1b4
[genesis.git] / compass / deploy / ansible / roles / cinder-controller / tasks / main.yml
1 ---
2 - include: cinder_install.yml
3   tags:
4     - install
5     - cinder-install
6     - cinder
7
8 - include: cinder_config.yml
9   when: HA_CLUSTER is not defined or HA_CLUSTER[inventory_hostname] == ''
10   tags:
11     - config
12     - cinder-config
13     - cinder