From 68cf84762f43e87ce99b5361600cc304915f95f3 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 9 Jul 2018 04:21:19 +0100 Subject: [PATCH] docs: mention synchronize/delegation issue. --- docs/ansible.rst | 4 ++++ docs/changelog.rst | 10 +++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/ansible.rst b/docs/ansible.rst index 428bc0f0..7cadd67e 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -215,6 +215,10 @@ container. as duplicate connections between hops, due to not perfectly replicating 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=`` on the command line, or as host and group variables. diff --git a/docs/changelog.rst b/docs/changelog.rst index 085a714e..e06c1cfc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -55,6 +55,10 @@ Mitogen for Ansible **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 significant additional work, as major bottlenecks exist in the surrounding 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 release. -* 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. +* Connection Delegation does not support automatic tunnelling of SSH-dependent + actions, such as the ``synchronize`` module. This will be added in the 0.3 + series. Core Library