ansible: Set a longer connection timeout
authornicoo <nicoo@realraum.at>
Tue, 14 Nov 2017 23:22:11 +0000 (00:22 +0100)
committernicoo <nicoo@realraum.at>
Tue, 14 Nov 2017 23:22:11 +0000 (00:22 +0100)
My smartcard can only perform so many signatures per second

ansible/ansible.cfg

index d4921c2..9621dfc 100644 (file)
@@ -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