Per my stackoverflow 
question: 
https://stackoverflow.com/questions/54757444/which-ansible-cfg-timeout-value-is-t-overriding-on-the-ansible-playbook-comma

The ansible-playbook documentation 
<https://docs.ansible.com/ansible/2.4/ansible-playbook.html> says that -T 
will "override the connection timeout in seconds (default=10)".


In the /etc/ansible/ansible.cfg file, under the [persistent_connection] 
section, 
there's *connect_timeout* *(default 30 sec)* and *command_timeout* *(default 
10 sec)*.


The ansible-playbook documentation would suggest it's the *connect_timeout* 
being 
overridden, but the default value that page specifies doesn't match the 
*connect_timeout* default value, it matches the *command_timeout* default 
value.


So, does the -T flag on the ansible-playbook command override the 
*connect_timeout*, *command_timeout*, or some other timeout not related to 
either of those?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/4e2699da-e9f2-4911-9ebb-2c1d9619e6ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to