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:
baigk 2015-12-18 09:00:43 +08:00
parent 227bc55878
commit cd714d175a
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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