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.
6accc87da1
By switching to block style (`|`) with clip (no `-` or `+`) the failure messages don't require quoting and gain a single trailing newline. This causes Ansible to print them as block style, when using the yaml stdout callback plugin. As a result the values have one less layer of quoting and quote escaping, making them much easier to read. |
2 months ago | |
---|---|---|
.. | ||
README.md | 6 years ago | |
_end_play_if_not_sudo_linux.yml | 8 months ago | |
all.yml | 3 years ago | |
kubectl.yml | 2 months ago | |
lxc.yml | 2 months ago | |
lxd.yml | 2 months ago | |
mitogen_doas.yml | 2 months ago | |
mitogen_sudo.yml | 2 months ago | |
setns_lxc.yml | 2 months ago | |
setns_lxd.yml | 2 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.