2018-04-04 14:54:31 +00:00
|
|
|
|
|
|
|
# ``tests/ansible`` Directory
|
|
|
|
|
|
|
|
This is an an organically growing collection of integration and regression
|
|
|
|
tests used for development and end-user bug reports.
|
|
|
|
|
|
|
|
It will be tidied up over time, meanwhile, the playbooks here are a useful
|
|
|
|
demonstrator for what does and doesn't work.
|
2018-04-04 15:11:19 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Running Everything
|
|
|
|
|
|
|
|
```
|
|
|
|
ANSIBLE_STRATEGY=mitogen_linear ansible-playbook all.yml
|
|
|
|
```
|