34454593ff
Change-Id: I37a11f198d020067283ca5c154e610f2ff6770c1 Signed-off-by: Doug Hellmann <doug@doughellmann.com> |
||
---|---|---|
.. | ||
export | ||
ansible.cfg | ||
hosts | ||
README.rst | ||
requirements.txt | ||
tiny-resources.yml | ||
tiny.yml |
Demo Playbooks
The playbooks in this directory can be used to set up test cases for data capture.
tiny
Using
- Create and activate a virtualenv.
$ virtualenv --python=python2.7 venv $ source venv/bin/activate
- Install the dependencies.
$ pip install -r requirements.txt
- Run the playbook.
$ ansible-playbook tiny.yml
- Deactivate the virtualenv or start a new shell.
- Move to the parent directory.
$ cd ..
- Run
downpour
, using tox to set up a python 3.5 virtualenv.
$ tox -e venv -- downpour export demo/tiny-resources.yml demo/export