From a5f1bb0821f86b362e4b18d4f95719fad67be14b Mon Sep 17 00:00:00 2001 From: Tobias Klaus Date: Sun, 1 Dec 2019 01:07:42 +0100 Subject: [PATCH] Disable usetty This ensures that big outputstreams are transmitted completly --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 51fec96..459cf3e 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -4,3 +4,4 @@ remote_tmp = /tmp/.ansible/tmp [ssh_connection] ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o "MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-sha1,hmac-md5" -o "KexAlgorithms diffie-hellman-group-exchange-sha256,diffie-hellman-group1-sha1,diffie-hellman-group14-sha1" scp_if_ssh=True +usetty = no