From 50d43dd44cd000d4392370a7375311d24e750cac Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 29 Oct 2023 15:30:10 +0100 Subject: [PATCH] ansible: increase sssh timeout --- ansible/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 5a4a6a7..cf39c54 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -99,7 +99,7 @@ host_key_checking = False #sudo_flags = -H -S -n # SSH timeout -#timeout = 10 +timeout = 30 # default user to use for playbooks if user is not specified # (/usr/bin/ansible will use current user as default)