diff options
author | Nicolas Braud-Santoni <nicolas@braud-santoni.eu> | 2018-06-12 22:14:18 +0200 |
---|---|---|
committer | Nicolas Braud-Santoni <nicolas@braud-santoni.eu> | 2018-06-12 22:14:18 +0200 |
commit | 83f4437934ff5207822698c709a5aa8c35e4c550 (patch) | |
tree | 344ee1504e6bef7f50ff9b180471a7f1d4f0aa20 /ansible.cfg | |
parent | dc249ab3f4af3c3f840386ae7e774c919e5a3fc8 (diff) |
Diffstat (limited to 'ansible.cfg')
-rw-r--r-- | ansible.cfg | 3 |
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 |