examples: rename playbooks for clarity.

wip-fakessh-exit-status
David Wilson 7 years ago
parent ea126bb7e8
commit 10c2de2845

@ -2,7 +2,7 @@
Ansible Extension Ansible Extension
================= =================
.. image:: images/ans_cell_division.png .. image:: images/ansible/cell_division.png
:align: right :align: right
An experimental extension to `Ansible`_ is included that implements host An experimental extension to `Ansible`_ is included that implements host
@ -106,10 +106,10 @@ Local VM connection
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
This demonstrates Mitogen vs. connection pipelining to a local VM, executing This demonstrates Mitogen vs. connection pipelining to a local VM, executing
the 100 simple repeated steps of ``my.yml`` from the examples directory. the 100 simple repeated steps of ``run_hostname_100_times.yml`` from the
Mitogen uses 43x less bandwidth and 4.25x less time. examples directory. Mitogen uses 43x less bandwidth and 4.25x less time.
.. image:: images/my_yml_traces.png .. image:: images/ansible/run_hostname_100_times.png
Kathmandu to Paris Kathmandu to Paris
@ -128,7 +128,7 @@ The initial extension lays groundwork for exciting structural changes to the
execution model: a future version will tackle latency head-on by delegating 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.
.. image:: images/costapp_traces.png .. image:: images/ansible/costapp.png
SSH Variables SSH Variables

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB

@ -1,7 +1,6 @@
--- ---
- hosts: all - hosts: all
gather_facts: false gather_facts: false
roles: roles:
- local - connection_local

@ -99,23 +99,3 @@
- name: "My Role" - name: "My Role"
connection: local connection: local
command: hostname command: hostname
- name: "My Role"
connection: local
command: hostname
- name: "My Role"
connection: local
command: hostname
- name: "My Role"
connection: local
command: hostname
- name: "My Role"
connection: local
command: hostname
- name: "My Role"
connection: local
command: hostname

@ -1,7 +1,6 @@
--- ---
- hosts: all - hosts: all
gather_facts: false gather_facts: false
roles: roles:
- myrole - run_hostname_100_times
Loading…
Cancel
Save