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.
mitogen/examples/playbook
David Wilson e2542c1683 "examples": add perl script regression tests. 7 years ago
..
modules "examples": add perl script regression tests. 7 years ago
roles examples: beginnings of repro for issue #109 7 years ago
scripts issue #122: helper to print environment 7 years ago
.gitignore "examples": start adding structure to regression tests. 7 years ago
Makefile "examples": start adding structure to regression tests. 7 years ago
README.md examples: add README.md to playbook/. 7 years ago
action__low_level_execute_command.yml "examples": start adding structure to regression tests. 7 years ago
all.yml "examples": import all.yml 7 years ago
ansible.cfg "examples": start adding structure to regression tests. 7 years ago
async_polling.yml "examples": start adding structure to regression tests. 7 years ago
compare_output_test.py "examples": rename regtest.py -> compare_output_test.py 7 years ago
gcloud-ansible-playbook.py issue #150: tweak script for running without external IPs 7 years ago
hosts importer: avoid duplicate module load(!); closes #113. 7 years ago
hosts.docker issue #150: 100 target docker inventory 7 years ago
issue_109.yml "examples": start adding structure to regression tests. 7 years ago
issue_113.yml "examples": start adding structure to regression tests. 7 years ago
issue_118.yml "examples": start adding structure to regression tests. 7 years ago
issue_122.yml "examples": start adding structure to regression tests. 7 years ago
issue_131.yml "examples": start adding structure to regression tests. 7 years ago
issue_140.yml "examples": start adding structure to regression tests. 7 years ago
issue_152.yml "examples": start adding structure to regression tests. 7 years ago
issue_152b.yml "examples": start adding structure to regression tests. 7 years ago
issue_154.yml "examples": start adding structure to regression tests. 7 years ago
issue_174.yml "examples": start adding structure to regression tests. 7 years ago
issue_177.yml "examples": start adding structure to regression tests. 7 years ago
playbook__become_flags.yml "examples": start adding structure to regression tests. 7 years ago
playbook__delegate_to.yml "examples": start adding structure to regression tests. 7 years ago
playbook__environment.yml "examples": start adding structure to regression tests. 7 years ago
runner.yml "examples": add perl script regression tests. 7 years ago
runner__builtin_command_module.yml "examples": start adding structure to regression tests. 7 years ago
runner__custom_bash_old_style_module.yml "examples": start adding structure to regression tests. 7 years ago
runner__custom_bash_want_json_module.yml "examples": start adding structure to regression tests. 7 years ago
runner__custom_binary_producing_json.yml "examples": start adding structure to regression tests. 7 years ago
runner__custom_binary_producing_junk.yml "examples": start adding structure to regression tests. 7 years ago
runner__custom_binary_single_null.yml "examples": start adding structure to regression tests. 7 years ago
runner__custom_perl_json_args_module.yml "examples": add perl script regression tests. 7 years ago
runner__custom_perl_want_json_module.yml "examples": add perl script regression tests. 7 years ago
runner__custom_python_json_args_module.yml "examples": start adding structure to regression tests. 7 years ago
runner__custom_python_new_style_module.yml "examples": start adding structure to regression tests. 7 years ago
runner__custom_python_want_json_module.yml "examples": start adding structure to regression tests. 7 years ago

README.md

playbooks Directory

Although this lives under examples/, it is more or less an organically growing collection of regression tests used for development relating to user bug reports.

This will be tidied up over time, meanwhile, the playbooks here are a useful demonstrator for what does and doesn't work.