aboutsummaryrefslogtreecommitdiffstats
path: root/resources/roles/qtip-workspace/files/copy/templates/hosts
blob: 27c8d1d6a2bdbe5d9755d9c963d431a08f108bd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
localhost   ansible_connection=local

[{{ installer_master_group[installer] }}]
{{ installer_master }}

[fuel-groups:children]
{% for group in hosts|sort %}
{{ group }}
{% endfor %}

[fuel-groups:vars]
ansible_ssh_common_args=-F ./ssh.cfg

{% for group in hosts|sort %}
[{{ group }}]
{% for host in hosts[group]|sort %}
{{ host }}
{% endfor %}

{% endfor %}