From f7c1ff16c6e38e7ee207d91d00d7e173cabf78f9 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 18 Feb 2018 15:23:04 +0545 Subject: [PATCH] docs: small ansible.rst updates --- docs/ansible.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/ansible.rst b/docs/ansible.rst index a468252b..8ade6aab 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -78,7 +78,7 @@ This is a proof of concept: issues below are exclusively due to code immaturity. with Ansible are Python-based. * Interaction with modules employing special action plugins is mostly untested, - except for the ``synchronize`` module. + except for the ``synchronize`` and ``template`` modules. * More situations likely exist where the playbook's execution conditions are not respected (``delegate_to``, ``connection: local``, etc.). @@ -128,7 +128,9 @@ on the network. The initial extension lays groundwork for exciting structural changes to the execution model: a future version will tackle latency head-on by delegating -some control flow to the target host. +some control flow to the target host, melding the performance and scalability +benefits of pull-based operation with the management simplicity of push-based +operation. .. image:: images/ansible/costapp.png