diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2017-03-28 18:41:26 -0400 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2017-03-28 18:41:26 -0400 |
commit | e10adc27cc6a05373a0aeb5622503262b33b308c (patch) | |
tree | 91ac3cde77c2d68b57bda3e8ba2853d31838dc03 /examples/ansible.cfg | |
parent | 0ed86775f0d7a64cc1bf717319a91623ebb3cae0 (diff) | |
download | ansible-e10adc27cc6a05373a0aeb5622503262b33b308c.tar.gz |
commented out default options
Diffstat (limited to 'examples/ansible.cfg')
-rw-r--r-- | examples/ansible.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg index 43edea98f5..a1dbaca07d 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -381,19 +381,19 @@ # 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 = 30 +#connect_timeout = 30 # Configures the persistent connection retries. This value configures the # number of attempts the ansible-connection will make when trying to connect # to the local domain socket. The default value is 30. -connect_retries = 30 +#connect_retries = 30 # Configures the amount of time in seconds to wait between connection attempts # to the local unix domain socket. This value works in conjunction with the # connect_retries value to define how long to try to connect to the local # domain socket when setting up a persistent connection. The default value is # 1 second. -connect_interval = 1 +#connect_interval = 1 [accelerate] #accelerate_port = 5099 |