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/ansible_mitogen/plugins/connection
Alex Willmer 551690ee1d ansible_mitogen: Handle templated connection passwords and ansible_ssh_password
This switches `ansible_mitogen.transport_config.PlayContextSpec.password()` to
Ansible's plugin option framework. As a result
- The relatively recent `ansible_ssh_password` variable is now respected.
- The SSH connection password can be templated and specified as a play
  variable. Task variables will probably also work, but testing was blocked
  by #1132.

There is a chance this change will cause a regression in another connection
plugin (e.g. mitogen_docker), but nothing turned up in the test suite.
I intend ot migrate other connection configuration to
`ansible_mitogen.transport_config.PlayContextSpec._connect_option()`, the next
candidate is the remote port.

fixes #1106
2 months ago
..
__init__.py ansible: add dummy init.pys so setup.py find_packages() DTRT. 7 years ago
mitogen_buildah.py ansible_mitogen: Standardise __future__ imports to match Ansible 3 years ago
mitogen_doas.py ansible_mitogen: Standardise __future__ imports to match Ansible 3 years ago
mitogen_docker.py ansible_mitogen: Standardise __future__ imports to match Ansible 3 years ago
mitogen_jail.py ansible_mitogen: Standardise __future__ imports to match Ansible 3 years ago
mitogen_kubectl.py ansible_mitogen: Standardise __future__ imports to match Ansible 3 years ago
mitogen_local.py ansible_mitogen: Consolidate Python 2 & 3 compatibility 2 months ago
mitogen_lxc.py ansible_mitogen: Standardise __future__ imports to match Ansible 3 years ago
mitogen_lxd.py ansible_mitogen: Standardise __future__ imports to match Ansible 3 years ago
mitogen_machinectl.py ansible_mitogen: Standardise __future__ imports to match Ansible 3 years ago
mitogen_podman.py ansible_mitogen: Standardise __future__ imports to match Ansible 3 years ago
mitogen_setns.py ansible_mitogen: Standardise __future__ imports to match Ansible 3 years ago
mitogen_ssh.py ansible_mitogen: Handle templated connection passwords and ansible_ssh_password 2 months ago
mitogen_su.py ansible_mitogen: Standardise __future__ imports to match Ansible 3 years ago
mitogen_sudo.py ansible_mitogen: Standardise __future__ imports to match Ansible 3 years ago