Commit Graph

142 Commits (b433645d11e14b9061d76d11717da7111fea6614)

Author SHA1 Message Date
Alex Willmer 1c20c61605 docs: Convert all URLs that support https://
Excluded: graphml XML namespaces, links to e.g. Fabric homepage

Fixes #128
6 years ago
David Wilson 089f39716e docs: beginnings of testimonials section 6 years ago
David Wilson 500c4f419c docs: update limitations list for Ansible. 6 years ago
David Wilson 537a263261 docs: So many typos 6 years ago
David Wilson 6bd4c5ead5 docs: Ansible logging update (#111) 6 years ago
David Wilson 4f352d7d4b Pin Sphinx version 6 years ago
David Wilson 53e51c4af8 docs: update Python 3 support to match reality. 6 years ago
David Wilson ce9a1fef26 docs: fix float 6 years ago
David Wilson 04bb5881b6 ansible: doc updates 6 years ago
David Wilson 9515291024 docs: small fix 6 years ago
David Wilson 3ddbf1a503 ansible: basic support for ssh_args 6 years ago
David Wilson 1b28252ad0 docs: get rid of "medium risk" category 6 years ago
David Wilson da00437f1e ansible: Support ansible_ssh_private_key_file 6 years ago
David Wilson a87b665099 ansible: limited support for become_flags, more docs. 6 years ago
David Wilson 235e1df987 sudo: support parsing sudo flags back out into parameters 6 years ago
David Wilson cd53023768 docs: Fix install docs now Ansible package layout changed. 6 years ago
David Wilson 03e51fdaa7 docs: mitogen.core.Latch docs 6 years ago
David Wilson 712e5dfca1 docs: fix image labels 6 years ago
David Wilson c2793b7102 docs: import but don't link compared.rst 6 years ago
David Wilson 2ecc6f43a4 docs: Import, but do not yet link signals.rst 6 years ago
David Wilson 7cf2edc3a8 ansible: Support many more common playbook variables. 6 years ago
David Wilson ba644e184d docs: Split up limitations list, add warning 6 years ago
David Wilson 3183dd4147 ansible: initial support for async jobs
Running in a thread to begin with, but this must change.
6 years ago
David Wilson e913c11e50 docs: new Ansible limitation 6 years ago
David Wilson 860a635500 docs: remove delegate_to limitation 6 years ago
David Wilson dfdb7ab128 docs: more Ansible 6 years ago
David Wilson cf7f8ff490 docs: document one more Ansible limitation 6 years ago
David Wilson 7179ca163b docs: Replace shifty hacker dude with plebey skater dude
Farewell, shifty hacker dude! May your 0days be many and your
indictments be few
6 years ago
David Wilson 0c056ddbe2 docs: new Ansible limitation, add new heading
Some differences are eventually likely to become permanent, because the
existing behaviour is unforgiveable.
6 years ago
David Wilson 14251539cd docs: Docker typo. 6 years ago
David Wilson 5036a9448f Add Docker method. 6 years ago
David Wilson 77f6b31e5c docs: more images. 6 years ago
David Wilson 56b563161b docs: single-threaded connection is the most important limitation 6 years ago
David Wilson c1bea0dd49 docs: store blog images for fear of laptop crash
There is only so much trackpad-driven yEd work one man can handle
6 years ago
David Wilson dd9d3494e0 docs: small ansible.rst updates 6 years ago
David Wilson ce6648da51 docs: mention CPU usage reduction 6 years ago
David Wilson 270db025c0 docs: fix up Ansible install docs. 6 years ago
David Wilson e9060b3b7f docs: more modest and accurate numbers for Ansible 6 years ago
David Wilson b221eaaa10 ansible: log call timings 6 years ago
David Wilson a817f5e9e8 docs: more marketing, add lots of drama bold. 6 years ago
David Wilson 5933723d70 docs: a little more marketing 6 years ago
David Wilson de1b3602e5 docs: tidy up ansible.rst 6 years ago
David Wilson 52da0d882e ansible: add a new limitation 6 years ago
David Wilson 14b5c4d504 docs: remove fixed Ansible limitation
The solution was that Mitogen's loader should emulate the behaviour of
ansible.executor.module_common, which restricts dependency scanning to
the ansible.module_utils namespace.
6 years ago
David Wilson 91116810a1 ansible: delete utils.py and promote cast() to mitogen.utils 6 years ago
David Wilson 18eaf14dca ansible: migrate logging variables into utils. 6 years ago
David Wilson 10c2de2845 examples: rename playbooks for clarity. 6 years ago
David Wilson ea126bb7e8 docs: add stats tracking 6 years ago
David Wilson 875ee29d4f docs: initial Ansible extension docs. 6 years ago
David Wilson bdd8648bae ssh: enable compression by default
Using the same test as in 7af97c0365,
transmitted wire bytes drops from 135,531 to 133,071 (-1.81%), while
received drops from 21,073 to 14,775 (-30%).

Combined, both changes shave 13,914 bytes (-8.6%) off aggregate
bandwidth usage.

Make it configurable as compression hurts in some scenarios.
6 years ago