aboutsummaryrefslogtreecommitdiffstats
path: root/resources/ansible_roles/qtip-workspace/files/template/hosts
blob: b8b256a969aec7d4603d23c251eb4d7493f76734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
localhost   ansible_connection=local

{% if installer != 'manual' %}
[{{ installer_master_group[installer] }}]
{{ installer_master_host }}
{% else %}
[SUT]
# Add hosts in system under test, example::
#
#   host-1  ansible_host=192.168.10.1 ansible_host=22 ansile_user=root
#
# See http://docs.ansible.com/ansible/intro_inventory.html for details
{% endif %}