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 %}