set ssh parameter ControlMaster
set ssh parameter ControlMaster so that disable SSH Multiplexing Change-Id: I3c66e7f70c36fa660a43650c701cae1a63c2149d Signed-off-by: baigk <baiguoku@huawei.com>
This commit is contained in:
parent
227bc55878
commit
cd714d175a
@ -5,3 +5,4 @@ host_key_checking = False
|
||||
callback_plugins = /opt/compass/bin/ansible_callbacks
|
||||
pipelining=True
|
||||
library = /opt/openstack-ansible-modules
|
||||
ssh_args = -o ControlMaster=no
|
||||
|
@ -5,3 +5,4 @@ host_key_checking = False
|
||||
callback_plugins = /opt/compass/bin/ansible_callbacks
|
||||
pipelining=True
|
||||
library = /opt/openstack-ansible-modules
|
||||
ssh_args = -o ControlMaster=no
|
||||
|
@ -5,3 +5,4 @@ host_key_checking = False
|
||||
callback_plugins = /opt/compass/bin/ansible_callbacks
|
||||
pipelining=True
|
||||
library = /opt/openstack-ansible-modules
|
||||
ssh_args = -o ControlMaster=no
|
||||
|
Loading…
x
Reference in New Issue
Block a user