docs: mention synchronize/delegation issue.

pull/303/head
David Wilson 8 years ago
parent ab0107440a
commit 68cf84762f

@ -215,6 +215,10 @@ container.
as duplicate connections between hops, due to not perfectly replicating as duplicate connections between hops, due to not perfectly replicating
the configuration Ansible would normally use for the intermediary. the configuration Ansible would normally use for the intermediary.
* Automatic tunnelling of SSH-dependent actions, such as the
``synchronize`` module, is not yet supported. This will be added in the
0.3 series.
To enable connection delegation, set ``mitogen_via=<inventory name>`` on the To enable connection delegation, set ``mitogen_via=<inventory name>`` on the
command line, or as host and group variables. command line, or as host and group variables.

@ -55,6 +55,10 @@ Mitogen for Ansible
**Known Issues** **Known Issues**
* The Ansible ``raw`` action executes as a regular Mitogen connection,
precluding its use for installing Python on a target. This will be addressed
in a future 0.2 release.
* Performance does not scale linearly with target count. This requires * Performance does not scale linearly with target count. This requires
significant additional work, as major bottlenecks exist in the surrounding significant additional work, as major bottlenecks exist in the surrounding
Ansible code. Performance-related bug reports for any scenario remain Ansible code. Performance-related bug reports for any scenario remain
@ -78,9 +82,9 @@ Mitogen for Ansible
series, however connection inference bugs will be addressed in a future 0.2 series, however connection inference bugs will be addressed in a future 0.2
release. release.
* The Ansible ``raw`` action executes as a regular Mitogen connection, * Connection Delegation does not support automatic tunnelling of SSH-dependent
precluding its use for installing Python on a target. This will be addressed actions, such as the ``synchronize`` module. This will be added in the 0.3
in a future 0.2 release. series.
Core Library Core Library

Loading…
Cancel
Save