diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-05-06 19:23:09 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-05-06 19:24:17 +0800 |
commit | 3f4432611417378eb56c962b1fbc5270722e77cb (patch) | |
tree | 762190973abbb0a31165e9a7a076244e5a9c9e4b /resources/ansible_roles/qtip-workspace/files/template/hosts | |
parent | 4a01c0eeb1c31239b9194999997210e04b437ddd (diff) |
Merge workspace template into one directory
Change-Id: I384ea3611e58feb7292840d672094d49bb9e7482
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
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 }} |