Mitogen for Ansible is a completely redesigned UNIX connection layer and module runtime for Ansible.
Mitogen for Ansible is a completely redesigned UNIX connection layer and module runtime for Ansible. Requiring minimal configuration changes, it updates Ansible’s slow and wasteful shell-centric implementation with pure-Python equivalents, invoked via highly efficient remote procedure calls to persistent interpreters tunnelled over SSH. No changes are required to target hosts.
Mitogen for Ansible is a completely redesigned UNIX connection layer and module runtime for Ansible. Requiring minimal configuration changes, it updates Ansible’s slow and wasteful shell-centric implementation with pure-Python equivalents, invoked via highly efficient remote procedure calls to persistent interpreters tunnelled over SSH. No changes are required to target hosts.
To install py312-mitogen, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-mitogen
To see what files were installed by py312-mitogen, run:
port contents py312-mitogen
To later upgrade py312-mitogen, run:
sudo port selfupdate && sudo port upgrade py312-mitogen
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.