summaryrefslogtreecommitdiffstats
path: root/compass/deploy/ansible/roles/keystone/tasks/main.yml
blob: 2f36e9119abc7903c8f4f31c1a2f47bd9edc261c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- include: keystone_install.yml
  tags:
    - install
    - keystone_install
    - keystone

- include: keystone_config.yml
  when: HA_CLUSTER is not defined or HA_CLUSTER[inventory_hostname] == ''
  tags:
    - config
    - keystone_config
    - keystone