From db77bd95883211f88850f0ce543f540ba427aad7 Mon Sep 17 00:00:00 2001 From: Antoine Legrand Date: Sat, 17 Dec 2016 12:42:30 +0100 Subject: [PATCH] Remove 'bastion' as default conf --- ansible.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 86e1d6a22..2f5d25d1f 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,7 +1,7 @@ [ssh_connection] pipelining=True -ssh_args = -F ./ssh-bastion.conf -o ControlMaster=auto -o ControlPersist=30m -control_path = ~/.ssh/ansible-%%r@%%h:%%p +#ssh_args = -F ./ssh-bastion.conf -o ControlMaster=auto -o ControlPersist=30m +#control_path = ~/.ssh/ansible-%%r@%%h:%%p [defaults] host_key_checking=False gathering = smart