docs: better intro paragraph.
This commit is contained in:
parent
36a5968ee2
commit
b7742a4b5f
|
@ -5,13 +5,14 @@ Mitogen for Ansible
|
||||||
.. image:: images/ansible/ansible_mitogen.svg
|
.. image:: images/ansible/ansible_mitogen.svg
|
||||||
:class: mitogen-right-180 mitogen-logo-wrap
|
:class: mitogen-right-180 mitogen-logo-wrap
|
||||||
|
|
||||||
An extension to `Ansible`_ is included that implements connections over
|
**Mitogen for Ansible** is a completely redesigned UNIX connection layer and
|
||||||
Mitogen, replacing embedded shell invocations with pure-Python equivalents
|
module runtime for `Ansible`_. Requiring minimal configuration changes, it
|
||||||
invoked via highly efficient remote procedure calls to persistent interpreters
|
updates Ansible's slow and wasteful shell-centic implementation with
|
||||||
tunnelled over SSH. No changes are required to target hosts.
|
pure-Python equivalents, invoked via highly efficient remote procedure calls to
|
||||||
|
persistent interpreters tunnelled over SSH. No changes are required to target
|
||||||
|
hosts.
|
||||||
|
|
||||||
The extension is stable and real-world use is encouraged. `Bug reports`_ are
|
The extension is considered stable and real-world use is encouraged.
|
||||||
welcome: Ansible is huge, and only wide testing will ensure soundness.
|
|
||||||
|
|
||||||
.. _Ansible: https://www.ansible.com/
|
.. _Ansible: https://www.ansible.com/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue