aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/keystone/tasks/main.yml
blob: aa3ff1d5b3b9d6dec61058b8d6662f7202363908 (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: inventory_hostname == groups['controller'][0]
  tags:
    - config
    - keystone_config
    - keystone