Commit 52da0d88 authored by David Wilson's avatar David Wilson

ansible: add a new limitation

parent 14b5c4d5
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment