ansible: Set a longer connection timeout
[noc.git] / 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