docs: ansible.rst: note multi-host perf isn't great right now

This commit is contained in:
David Wilson 2018-03-24 18:54:02 +05:45
parent f752653e77
commit 447353ecb8
1 changed files with 4 additions and 0 deletions

View File

@ -140,6 +140,10 @@ Low Risk
* In some cases ``remote_tmp`` may not be respected. * In some cases ``remote_tmp`` may not be respected.
* The extension's performance benefits do not scale perfectly linearly with the
number of targets. This is a subject of ongoing investigation and
improvements will appear in time.
* Ansible defaults to requiring pseudo TTYs for most SSH invocations, in order * Ansible defaults to requiring pseudo TTYs for most SSH invocations, in order
to allow it to handle ``sudo`` with ``requiretty`` enabled, however it to allow it to handle ``sudo`` with ``requiretty`` enabled, however it
disables pseudo TTYs for certain commands where standard input is required or disables pseudo TTYs for certain commands where standard input is required or