Alex Willmer
Alex Willmer
- [ ] Recent distro versions - [ ] sshd AllowEnv of `ansible_ssh_args` et al - [ ] install `setfacl` for unprivileged become - [ ] Idea: tarpit sshd (e.g....
This is a corner case failure of a test under vanilla Ansible when verbosity is >= 3. In tests/ansible/integration/become/sudo_flags_failure.yml the task "Verify raw module output" failures to find any variant...
Currently - Buried too deep - Buried in the Ansible specific page - Skips installation (e.g. pip, virtualenv, pipx, uv) jumps to config refs #1157
> ## Installation > > 1. Review [Noteworthy Differences](https://mitogen.networkgenomics.com/ansible_detailed.html#noteworthy-differences). > 3. Download and extract [mitogen-0.3.9.tar.gz](https://files.pythonhosted.org/packages/source/m/mitogen/mitogen-0.3.9.tar.gz). > > -- https://mitogen.networkgenomics.com/ansible_detailed.html#installation
The following playbook will work with vanilla Ansible, but may fail using Mitogen+Ansible ```yaml - hosts: foo gather_facts: false tasks: - meta: reset_connection - name: Templated variables in task vars:...
The macOS 12 action runner is being removed, brownouts in Nov, death on 2024-12-04 https://github.com/actions/runner-images/issues/10721
I intend to migrate most or all `ansible_mitogen.transport_config.PlayContextSpec` members to the Ansible plugin option API. How should `MitogenViaSpec` behave in this brave new world? Is the distinction even meaningful any...
The test "run get_url with specially-sourced python" fails sometimes because a connection timeout occurs to www.gstatic.com. There probably isn't a good reason for this test to perform an (external) HTTP....