diff options
Diffstat (limited to 'resources/ansible_roles/qtip-workspace/files/template/templates')
-rw-r--r-- | resources/ansible_roles/qtip-workspace/files/template/templates/hosts | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/resources/ansible_roles/qtip-workspace/files/template/templates/hosts b/resources/ansible_roles/qtip-workspace/files/template/templates/hosts index cbbfcfef..492651b0 100644 --- a/resources/ansible_roles/qtip-workspace/files/template/templates/hosts +++ b/resources/ansible_roles/qtip-workspace/files/template/templates/hosts @@ -4,12 +4,15 @@ localhost ansible_connection=local [{{ installer_master_group[installer] }}] {{ installer_master_host }} -[fuel-groups:children] +[SUT] # system under test +compute + +[node-groups:children] {% for group in hosts|sort %} {{ group }} {% endfor %} -[fuel-groups:vars] +[node-groups:vars] ansible_ssh_common_args=-F ./ssh.cfg {% for group in hosts|sort %} @@ -19,4 +22,4 @@ ansible_ssh_common_args=-F ./ssh.cfg {% endfor %} {% endfor %} -{% endraw %}
\ No newline at end of file +{% endraw %} |