diff options
-rw-r--r-- | ansible.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg index 5ad3e6e..c1790d6 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -8,6 +8,8 @@ [defaults] inventory = ./hosts.yml +# Increase SSH startup timeout (default: 10s) +timeout = 30 # uncomment this to disable SSH key host checking #host_key_checking = False |