You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ansible >= 4 (ansible-core >= 2.11) the SSH plugin has a `timeout` option and with variable `ansible_ssh_timeout`, but not a `ansible_timeout` variable. The local plugin has no such option or variable(s). However `ansible_timeout` is backfilled for all conection plugins, by legacy mechanisms that populate the play context attribute: - `ansible.constants.COMMON_CONNECTION_VARS` - `ansible.constants.MAGIC_VARIABLE_MAPPING` The `timeout` keyword is for task completion timeout, not connection timeout. |
1 year ago | |
|---|---|---|
| .. | ||
| compat | 3 years ago | |
| plugins | 1 year ago | |
| utils | 2 years ago | |
| __init__.py | 8 years ago | |
| affinity.py | 1 year ago | |
| connection.py | 1 year ago | |
| loaders.py | 1 year ago | |
| logging.py | 1 year ago | |
| mixins.py | 1 year ago | |
| module_finder.py | 2 years ago | |
| parsing.py | 4 years ago | |
| planner.py | 1 year ago | |
| process.py | 1 year ago | |
| runner.py | 1 year ago | |
| services.py | 1 year ago | |
| strategy.py | 1 year ago | |
| target.py | 1 year ago | |
| transport_config.py | 1 year ago | |