From 2106159f4ca300fe0012d90a3ced29632786e57f Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sat, 17 Feb 2018 17:37:06 +0545 Subject: [PATCH] ansible: add a new limitation --- docs/ansible.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/ansible.rst b/docs/ansible.rst index d1886fa7..ffbeec36 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -55,6 +55,12 @@ executing, it can only ensure the module executes as quickly as possible. Limitations ----------- +* Connection establishment is currently single threaded. This is very much + temporary until more pressing issues have been addressed. Consequently to get + a real feel for performance, for now the extension should only be used + against a single host. It is still fully functional multiple hosts, just + slower than it needs to be. + * Only Python command modules are supported. Eventually the extension will support non-Python modules, but this is not yet implemented. Almost all modules shipped with Ansible are Python-based.