docs: single-threaded connection is the most important limitation
This commit is contained in:
parent
efbe7cc079
commit
a9f944f1ae
|
@ -59,6 +59,10 @@ Limitations
|
||||||
|
|
||||||
This is a proof of concept: issues below are exclusively due to code immaturity.
|
This is a proof of concept: issues below are exclusively due to code immaturity.
|
||||||
|
|
||||||
|
* Connection establishment is single-threaded until more pressing issues are
|
||||||
|
solved. To evaluate performance, target only one host. Many hosts still work,
|
||||||
|
the first playbook step will simply run unnecessarily slowly.
|
||||||
|
|
||||||
* Only UNIX machines running Python 2.x are supported, Windows will come later.
|
* Only UNIX machines running Python 2.x are supported, Windows will come later.
|
||||||
|
|
||||||
* Only the ``sudo`` become method is available, however adding new methods is
|
* Only the ``sudo`` become method is available, however adding new methods is
|
||||||
|
@ -70,10 +74,6 @@ This is a proof of concept: issues below are exclusively due to code immaturity.
|
||||||
matching Ansible's default. The ``ansible_python_interpreter`` variable is
|
matching Ansible's default. The ``ansible_python_interpreter`` variable is
|
||||||
ignored.
|
ignored.
|
||||||
|
|
||||||
* Connection establishment is single-threaded until more pressing issues are
|
|
||||||
solved. To evaluate performance, target only one host. Many hosts still work,
|
|
||||||
the first playbook step will simply run unnecessarily slowly.
|
|
||||||
|
|
||||||
* For now only Python command modules work, however almost all modules shipped
|
* For now only Python command modules work, however almost all modules shipped
|
||||||
with Ansible are Python-based.
|
with Ansible are Python-based.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue