diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-21 17:03:57 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-21 17:05:49 +0800 |
commit | b3557bc6cf0e389459f4924fb81144fafe00b996 (patch) | |
tree | 2f6834bc6dc813dc78aa16e1d32cd2215bdeb224 /resources/roles/qtip-workspace/files/render | |
parent | 1f8e4ddcc850e59909778cc583811353f338001a (diff) |
Fix issues when running qtip first time
- results folder not created
- hostkey check should be skipped
Change-Id: I658f5c459617d1651eec360edd53a8766f7387c1
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'resources/roles/qtip-workspace/files/render')
-rw-r--r-- | resources/roles/qtip-workspace/files/render/ansible.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/roles/qtip-workspace/files/render/ansible.cfg b/resources/roles/qtip-workspace/files/render/ansible.cfg index 2d4b0b1d..8616fa97 100644 --- a/resources/roles/qtip-workspace/files/render/ansible.cfg +++ b/resources/roles/qtip-workspace/files/render/ansible.cfg @@ -330,6 +330,7 @@ filter_plugins = {{ qtip_package }}/qtip/ansible_library/plugins/filter # Leaving off ControlPersist will result in poor performance, so use # paramiko on older platforms rather than removing it, -C controls compression use #ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s +ssh_args = -o StrictHostKeyChecking=no # The base directory for the ControlPath sockets. # This is the "%(directory)s" in the control_path option |