diff --git a/README.md b/README.md index 8bdf143..e9f05d9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ These dotfiles are a set of configuration files for macOS and Linux, that make m dotfiles are like a programmers toolbox. -I am using macOS Big Sur 11.1 and my preferred Linux distributions are Debian and Ubuntu. +I am using macOS Big Sur 11.1 and my preferred Linux distributions are Debian and Ubuntu 20.04. For more information on dotfiles, checkout [dotfiles.github.io](http://dotfiles.github.io/) diff --git a/ansible.cfg b/ansible.cfg index efc25b3..9d5436b 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -428,7 +428,7 @@ retry_files_enabled = False # how long the persistent connection will remain idle before it is destroyed. # If the connection doesn't receive a request before the timeout value # expires, the connection is shutdown. The default value is 30 seconds. -#connect_timeout = 100 +connect_timeout = 600 # Configures the persistent connection retry timeout. This value configures the # the retry timeout that ansible-connection will wait to connect @@ -441,7 +441,7 @@ retry_files_enabled = False # or RPC call before timing out. The value for the command timeout must # be less than the value of the persistent connection idle timeout (connect_timeout) # The default value is 10 second. -#command_timeout = 100 +command_timeout = 600 [accelerate] #accelerate_port = 5099