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.
mitogen/tests/ansible/integration/ssh
Alex Willmer 5e6d7bf4fb ansible_mitogen: Templated connection timeout
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 ansible_mitogen: Template ssh_*_args connection options 1 year ago
args_by_inv.yml ansible_mitogen: Template ssh_*_args connection options 1 year ago
args_by_play_taskvar.yml ansible_mitogen: Templated host option (e.g. ansible_host, ansible_ssh_host) 1 year ago
config.yml tests: Improve Ansible fail_msg formatting 1 year ago
password.yml tests: Improve Ansible fail_msg formatting 1 year ago
templated_by_inv.yml ansible_mitogen: Handle templated connection passwords and ansible_ssh_password 1 year ago
templated_by_play_keyword.yml ansible_mitogen: Templated host option (e.g. ansible_host, ansible_ssh_host) 1 year ago
templated_by_play_taskvar.yml ansible_mitogen: Templated connection timeout 12 months ago
templated_by_task_keyword.yml ansible_mitogen: Templated host option (e.g. ansible_host, ansible_ssh_host) 1 year ago
timeouts.yml tests: Improve Ansible fail_msg formatting 1 year ago
variables.yml CI: Fix incorrect u=r,g=r,o=rw file permissions on mitogen__has_sudo_pubkey.key 1 year ago