Removed fuel from Genesis master since fuel has moved to repo fuel.
[genesis.git] / compass / deploy / ansible / roles / glance / tasks / main.yml
1 ---
2 - include: glance_install.yml
3   tags:
4     - install
5     - glance_install
6     - glance
7
8 - include: nfs.yml
9   tags:
10     - nfs
11
12 - include: glance_config.yml
13   when: HA_CLUSTER is not defined or HA_CLUSTER[inventory_hostname] == ''
14   tags:
15     - config
16     - glance_config
17     - glance
18