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
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.
1 year ago
..
action Support Ansible 11 (ansible-core 2.18) 1 year ago
async tests: Improve Ansible fail_msg formatting 1 year ago
become Support Ansible 11 (ansible-core 2.18) 1 year ago
connection tests: Improve Ansible fail_msg formatting 1 year ago
connection_delegation ansible_mitogen: Support templated SSH port 1 year ago
connection_loader tests: Improve Ansible fail_msg formatting 1 year ago
context_service tests: Improve Ansible fail_msg formatting 1 year ago
glibc_caches tests: Improve Ansible fail_msg formatting 1 year ago
interpreter_discovery trivia: Fix trailing whitespace 1 year ago
local tests: Improve Ansible fail_msg formatting 1 year ago
module_utils tests: Improve Ansible fail_msg formatting 1 year ago
playbook_semantics Support Ansible 11 (ansible-core 2.18) 1 year ago
process tests: Use same verbosity when re-executing Ansible inside a playbook 2 years ago
runner tests: Improve Ansible fail_msg formatting 1 year ago
ssh ansible_mitogen: Templated connection timeout 1 year ago
strategy tests: Improve Ansible fail_msg formatting 1 year ago
stub_connections tests: Improve Ansible fail_msg formatting 1 year ago
transport tests: Improve Ansible fail_msg formatting 1 year ago
transport_config ansible_mitogen: Support templated SSH port 1 year ago
_expected_ssh_port.yml ansible_mitogen: Support templated SSH port 1 year ago
_mitogen_only.yml issue #536: add mitogen_via= tests too. 7 years ago
all.yml Revert "Revert "fixed tests for ansible 2.12"" 4 years ago