diff options
Diffstat (limited to 'resources/ansible_roles/qtip-workspace/files/template/hosts')
-rw-r--r-- | resources/ansible_roles/qtip-workspace/files/template/hosts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/ansible_roles/qtip-workspace/files/template/hosts b/resources/ansible_roles/qtip-workspace/files/template/hosts new file mode 100644 index 00000000..b8b4bbe6 --- /dev/null +++ b/resources/ansible_roles/qtip-workspace/files/template/hosts @@ -0,0 +1,4 @@ +localhost ansible_connection=local + +[{{ installer_master_group[installer] }}] +{{ installer_master_host }} |