summaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg3
1 files changed, 1 insertions, 2 deletions
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