A template of an Ansible project, which keeps its complete environment as Python's VirtualEnv
(TOC generated by markdown-toc)
This project requires Python's virtualenv. Please have it installed first.
To run an Ansible playbook, just run the wrapper script:
./run-ansible.sh env/dev site.yml
- FIXME: describe it
- Ansible - see the official documentation and the installation instructions
- VirtualEnv - see the official documentation