From cec549dd24d5da3226ff6816f14992f990992036 Mon Sep 17 00:00:00 2001 From: nicoo Date: Wed, 15 Nov 2017 00:22:11 +0100 Subject: [PATCH] ansible: Set a longer connection timeout My smartcard can only perform so many signatures per second --- ansible/ansible.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index d4921c2..9621dfc 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -7,6 +7,8 @@ vault_password_file = ./gpg/get-vault-pass.sh gathering = smart var_compression_level = 9 +timeout=30 + [ssh_connection] pipelining = True ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s -- 1.7.10.4