Mirror of mitogen
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
David Wilson e36c1763bd issue #110: split process state out of strategy state
The strategy is reconstructed for every playbook that is included or
specified on the command line, therefore we can't store the global
Router there without losing all our SSH connections across playbooks.
8 years ago
ansible_mitogen issue #110: split process state out of strategy state 8 years ago
docs docs: update limitations list for Ansible. 8 years ago
examples ansible: repro for issue #118. 8 years ago
mitogen Log and track PIDs everywhere for Ansible. 8 years ago
tests README: move testing bits into tests directory. 8 years ago
.gitignore Some gitignore extras 8 years ago
.lgtm.yml compat: ignore LGTM checks on third party 8 years ago
.travis.yml Remove overall build timeout from .travis.yml. 8 years ago
LICENSE Add license text everywhere. 8 years ago
README.md README: move testing bits into tests directory. 8 years ago
dev_requirements.txt Move django test script into permanent test 8 years ago
preamble_size.py docs: fix preamble_size.py after whitelist changes 8 years ago
setup.cfg Initial flake8 configuration. 8 years ago
setup.py issue #93: enable use_2to3 to see what happens 8 years ago
test.sh test.sh: make it work on OS X out of the box 8 years ago

README.md