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

- include: keystone_config.yml
  tags:
    - config
    - keystone_config
    - keystone