From 500c4f419c60e888d665e0008d01fa6dc95abd5f Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 8 Mar 2018 20:59:17 +0545 Subject: [PATCH] docs: update limitations list for Ansible. --- docs/ansible.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/ansible.rst b/docs/ansible.rst index e0001324..170540be 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -132,12 +132,6 @@ Low Risk * In some cases ``remote_tmp`` may not be respected. -* Interaction with modules employing special action plugins is minimally - tested, except for the ``synchronize``, ``template`` and ``copy`` modules. - -* Uncaptured standard output of remotely executing modules and shell commands - are logged to the console. This will be fixed in a later version. - * Ansible defaults to requiring pseudo TTYs for most SSH invocations, in order to allow it to handle ``sudo`` with ``requiretty`` enabled, however it disables pseudo TTYs for certain commands where standard input is required or @@ -160,6 +154,11 @@ Low Risk Behavioural Differences ----------------------- +* Normally with Ansible, diagnostics and use of the :py:mod:`logging` package + output on the target machine are discarded. With Mitogen, all of this is + captured and returned to the host machine, where it can be viewed as desired + with ``-vvv``. + * Ansible with SSH multiplexing enabled causes a string like ``Shared connection to host closed`` to appear in ``stderr`` output of every executed command. This never manifests with the Mitogen extension.