From 14bb45598da8e68bed1152187cd4541641ab127c Mon Sep 17 00:00:00 2001 From: Sanjay Chari Date: Mon, 12 Jul 2021 16:07:44 +0530 Subject: [PATCH] Changed the ansible configuration file to make generate_tripleo_inventory.sh use default ssh-config Change-Id: I520ea4a8567726b7804825727e7a930035d5914f --- ansible/ansible.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 1a3e40bac..927a89653 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -7,6 +7,4 @@ gathering = smart roles_path = ./browbeat/roles:./install/roles: timeout = 30 host_key_checking = False -[ssh_connection] -# Load the specific ssh config file in this directory -ssh_args = -F ssh-config +