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