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. |
12 months ago | |
|---|---|---|
| .. | ||
| all.yml | 1 year ago | |
| args_by_inv.yml | 1 year ago | |
| args_by_play_taskvar.yml | 1 year ago | |
| config.yml | 1 year ago | |
| password.yml | 1 year ago | |
| templated_by_inv.yml | 1 year ago | |
| templated_by_play_keyword.yml | 1 year ago | |
| templated_by_play_taskvar.yml | 12 months ago | |
| templated_by_task_keyword.yml | 1 year ago | |
| timeouts.yml | 1 year ago | |
| variables.yml | 1 year ago | |