From 83f4437934ff5207822698c709a5aa8c35e4c550 Mon Sep 17 00:00:00 2001 From: Nicolas Braud-Santoni Date: Tue, 12 Jun 2018 22:14:18 +0200 Subject: Make ansible useable by non-equinox --- ansible.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ansible.cfg') diff --git a/ansible.cfg b/ansible.cfg index 797e2d2..61275ec 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,6 +1,5 @@ [defaults] inventory = ./hosts.ini -remote_user = equinox log_path = ./log nocows=1 @@ -9,4 +8,4 @@ var_compression_level = 9 [ssh_connection] pipelining = True -ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s -F ssh/config +ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s -o PasswordAuthentication=no -- cgit v1.2.1