blob: f5ec3c7956e7049e7e35df85f16af1013d4ce5e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
- include_vars: "{{ ansible_os_family }}.yml"
- include: glance_install.yml
tags:
- install
- glance_install
- glance
- include: nfs.yml
tags:
- nfs
- include: glance_config.yml
when: inventory_hostname == groups['controller'][0]
tags:
- config
- glance_config
- glance
|