config file is:
[defaults]
inventory = inventory
host_key_checking = False
deprecation_warnings=False
forks = 200
display_skipped_hosts = false
retry_files_enabled = True
vars_plugins = plugins/vars
filter_plugins = plugins/filter
terminal_plugins = plugins/terminal
cliconf_plugins = plugins/cliconf
action_plugins = plugins/action
ansible_timeout = 300
timeout = 300
[persistent_connection]
command_timeout = 300
connect_timeout = 300
persistent_command_timeout = 300
persistent_connect_timeout = 300
I have some long running tasks that use SSH that fail after 100 seconds
"msg": "command timeout triggered, timeout value is 100 secs.nSee the timeout setting options in the Network Debug and Troubleshooting Guide."
There is no other timeout value configured anywhere in the playbook. Using ansible [core 2.17.4]
Any ideas? i’ve tried every timeout setting i can find