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.
2ad05f1238
This refactors connection.py to pull the two huge dict-building functions out into new transport_transport_config.PlayContextSpec and MitogenViaSpec classes, leaving a lot more room to breath in both files to figure out exactly how connection configuration should work. The changes made in |
6 years ago | |
---|---|---|
.. | ||
README.md | 6 years ago | |
_end_play_if_not_sudo_linux.yml | 6 years ago | |
all.yml | 6 years ago | |
kubectl.yml | 6 years ago | |
lxc.yml | 6 years ago | |
lxd.yml | 6 years ago | |
mitogen_doas.yml | 6 years ago | |
mitogen_sudo.yml | 6 years ago | |
setns_lxc.yml | 6 years ago | |
setns_lxd.yml | 6 years 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.