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