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