docs: remove warning labels.
This commit is contained in:
parent
5913be64d7
commit
d2345d11e9
|
@ -5,15 +5,15 @@ Ansible Extension
|
||||||
.. image:: images/ansible/cell_division.png
|
.. image:: images/ansible/cell_division.png
|
||||||
:align: right
|
:align: right
|
||||||
|
|
||||||
An experimental extension to `Ansible`_ is included that implements host
|
An extension to `Ansible`_ is included that implements host connections over
|
||||||
connections over Mitogen, replacing embedded shell invocations with pure-Python
|
Mitogen, replacing embedded shell invocations with pure-Python equivalents
|
||||||
equivalents invoked via highly efficient remote procedure calls tunnelled over
|
invoked via highly efficient remote procedure calls tunnelled over SSH. No
|
||||||
SSH. No changes are required to the target hosts.
|
changes are required to the target hosts.
|
||||||
|
|
||||||
The extension isn't nearly in a generally dependable state yet, however it
|
The extension is approaching a generally dependable state, and works well for
|
||||||
already works well enough for testing against real-world playbooks. `Bug
|
many real-world playbooks. `Bug reports`_ in this area are very welcome –
|
||||||
reports`_ in this area are very welcome – Ansible is a huge beast, and only
|
Ansible is a huge beast, and only significant testing will prove the
|
||||||
significant testing will prove the extension's soundness.
|
extension's soundness.
|
||||||
|
|
||||||
Divergence from Ansible's normal behaviour is considered a bug, so please
|
Divergence from Ansible's normal behaviour is considered a bug, so please
|
||||||
report anything you notice, regardless of how inconsequential it may seem.
|
report anything you notice, regardless of how inconsequential it may seem.
|
||||||
|
@ -98,8 +98,7 @@ Installation
|
||||||
|
|
||||||
.. caution::
|
.. caution::
|
||||||
|
|
||||||
Thoroughly review the list of limitations before use, and **do not test the
|
Please review the behavioural differences documented below prior to use.
|
||||||
prototype in a live environment until this notice is removed**.
|
|
||||||
|
|
||||||
1. Verify Ansible 2.4 and Python 2.7 are listed in the output of ``ansible
|
1. Verify Ansible 2.4 and Python 2.7 are listed in the output of ``ansible
|
||||||
--version``
|
--version``
|
||||||
|
@ -123,8 +122,6 @@ Installation
|
||||||
Limitations
|
Limitations
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
This is a proof of concept: issues below are exclusively due to code immaturity.
|
|
||||||
|
|
||||||
* Only Ansible 2.4 is being used for development, with occasional tests under
|
* Only Ansible 2.4 is being used for development, with occasional tests under
|
||||||
2.5, 2.3 and 2.2. It should be more than possible to fully support at least
|
2.5, 2.3 and 2.2. It should be more than possible to fully support at least
|
||||||
2.3, if not also 2.2.
|
2.3, if not also 2.2.
|
||||||
|
|
Loading…
Reference in New Issue