Install and configure tally-ho.
This role depends on the ansible-django.
Basically, this is what it does:
- Installs the tally-ho web server, which is a Django application
- Finishes setting up Django
- Installs SSL certificates if necessary
You can see all variables by looking at the defaults/main.yml
file.
You can look at tests/test.yml
for examples of how to use these variables.
This project comes with a Vagrantfile, this is a fast and easy way to test changes to the role, fire it up with vagrant up
.
See vagrant docs for getting setup with vagrant
Apache 2