blob: f084a38e36fda4726220a4e3c29727aa061f1619 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
- include: keystone_install.yml
tags:
- install
- keystone_install
- keystone
- include: keystone_config.yml
when: inventory_hostname == groups['controller'][0]
tags:
- config
- keystone_config
- keystone
- meta: flush_handlers
|