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.
85b1b4070a
Relying on the virtualenv default or hardcoding "python" results in a Python 2.x virtualenv on some targets (e.g. debian10-test). This caused a failure when testing with Ansible >= 10 (ansible-core >= 2.17), which have dropped Python 2.x support. refs #1074 |
3 months ago | |
---|---|---|
.. | ||
README.md | 6 years ago | |
_end_play_if_not_sudo_linux.yml | 8 months ago | |
all.yml | 3 years ago | |
kubectl.yml | 3 months ago | |
lxc.yml | 3 months ago | |
lxd.yml | 3 months ago | |
mitogen_doas.yml | 3 months ago | |
mitogen_sudo.yml | 3 months ago | |
setns_lxc.yml | 6 months ago | |
setns_lxd.yml | 6 months ago |
README.md
stub_connections/
The playbooks in this directory use stub implementations of various third party tools (kubectl etc.) to verify arguments passed by Ansible to Mitogen and subsequently onward to the tool result in something that looks sane.
These are bare minimum tests just to ensure sporadically tested connection methods haven't broken in embarrasingly obvious ways.