5 Commits

Author SHA1 Message Date
sthen
653d7bc2a0 py-mitogen: update to a newer git checkout and adjust version check to
permit newer ansible (which still seems to work)
2022-11-17 14:36:51 +00:00
sthen
1427b990d1 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:29:41 +00:00
sthen
898bd40eac update py-mitogen to fix compat with newer ansible 2022-09-22 15:57:11 +00:00
sthen
7700d2ad9f - update to a newer git checkout of mitogen; not tagged but at the time of
a "Prepare v0.3.3" commit.

- patch to recognize ansible-core 2.13.x
2022-06-09 17:36:50 +00:00
sthen
c3fec8f668 import ports/sysutils/py-mitogen, ok kmos@
Mitogen is a Python library for writing distributed self-replicating
programs. Its main feature is enabling your Python program to bootstrap
and communicate with new copies of itself under its control running on
remote machines, using only an existing installed Python interpreter and
SSH client,

There is no requirement for installing packages, copying files around,
writing shell snippets, upfront configuration, or providing any
secondary link to a remote machine aside from an SSH connection. Due
to its origins for use in managing potentially damaged infrastructure,
the remote machine need not even have free disk space or a writeable
filesystem.

This includes Mitogen for Ansible, a redesigned UNIX connection layer
and module runtime for Ansible. Requiring minimal configuration changes,
it updates Ansible's 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. (See the documentation for more information;
use ${PREFIX}/share/ansible_mitogen/plugins/strategy as your path for
strategy_plugins).
2022-05-20 13:38:02 +00:00