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/.github
Alex Willmer 55b0ece0e7 CI: Test SSH password authentication without sshpass command
Ansible 12 (ansible-core 2.19) has gained support for specifying an SSH
password, without requiring `sshpass`. It specifies the environment variable
`SSH_ASKPASS` such that `ansible` itself is called.

Mitogen is already able to support this. This change provides test coverage of
the new feature by not installing `sshpass` on macOS runners. when Ansible 12
is under test. Ubuntu runners come with `sshpass` pre-installed.

Required Ansible is also bumped to the latest pre-releases, for relevant
fixes.
6 months ago
..
ISSUE_TEMPLATE chore: Add issue templates for 0.2 vs 0.3 releases 5 years ago
workflows CI: Test SSH password authentication without sshpass command 6 months ago
PULL_REQUEST_TEMPLATE.md Update PULL_REQUEST_TEMPLATE.md. 7 years ago