Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mitogen
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
mitogen
Commits
10c2de28
Commit
10c2de28
authored
Feb 17, 2018
by
David Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
examples: rename playbooks for clarity.
parent
ea126bb7
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
7 additions
and
29 deletions
+7
-29
docs/ansible.rst
docs/ansible.rst
+5
-5
docs/images/ansible/cell_division.png
docs/images/ansible/cell_division.png
+0
-0
docs/images/ansible/costapp.png
docs/images/ansible/costapp.png
+0
-0
docs/images/ansible/run_hostname_100_times.png
docs/images/ansible/run_hostname_100_times.png
+0
-0
examples/playbook/connection_local.yml
examples/playbook/connection_local.yml
+1
-2
examples/playbook/roles/connection_local/tasks/main.yml
examples/playbook/roles/connection_local/tasks/main.yml
+0
-20
examples/playbook/roles/run_hostname_100_times/tasks/main.yml
...ples/playbook/roles/run_hostname_100_times/tasks/main.yml
+0
-0
examples/playbook/run_hostname_100_times.yml
examples/playbook/run_hostname_100_times.yml
+1
-2
No files found.
docs/ansible.rst
View file @
10c2de28
...
...
@@ -2,7 +2,7 @@
Ansible Extension
=================
.. image:: images/ans
_
cell_division.png
.. image:: images/ans
ible/
cell_division.png
:align: right
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
the 100 simple repeated steps of ``
my.yml`` from the examples directory.
Mitogen uses 43x less bandwidth and 4.25x less time.
the 100 simple repeated steps of ``
run_hostname_100_times.yml`` from the
examples directory.
Mitogen uses 43x less bandwidth and 4.25x less time.
.. image:: images/
my_yml_trac
es.png
.. image:: images/
ansible/run_hostname_100_tim
es.png
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
some control flow to the target host.
.. image:: images/
costapp_traces
.png
.. image:: images/
ansible/costapp
.png
SSH Variables
...
...
docs/images/ans
_
cell_division.png
→
docs/images/ans
ible/
cell_division.png
View file @
10c2de28
File moved
docs/images/
costapp_traces
.png
→
docs/images/
ansible/costapp
.png
View file @
10c2de28
File moved
docs/images/
my_yml_trac
es.png
→
docs/images/
ansible/run_hostname_100_tim
es.png
View file @
10c2de28
File moved
examples/playbook/
my
.yml
→
examples/playbook/
connection_local
.yml
View file @
10c2de28
---
-
hosts
:
all
gather_facts
:
false
roles
:
-
myrole
-
connection_local
examples/playbook/roles/local/tasks/main.yml
→
examples/playbook/roles/
connection_
local/tasks/main.yml
View file @
10c2de28
...
...
@@ -99,23 +99,3 @@
-
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
-
name
:
"
My
Role"
connection
:
local
command
:
hostname
examples/playbook/roles/
myrole
/tasks/main.yml
→
examples/playbook/roles/
run_hostname_100_times
/tasks/main.yml
View file @
10c2de28
File moved
examples/playbook/
local
.yml
→
examples/playbook/
run_hostname_100_times
.yml
View file @
10c2de28
---
-
hosts
:
all
gather_facts
:
false
roles
:
-
local
-
run_hostname_100_times
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment