Files @ b78c1bbbcbba
Branch filter:

Location: majic-ansible-roles/roles/wsgi_website/defaults/main.yml

branko
MAR-159: Drop the use futures_version and gunicorn_version parameters from the wsgi_website role:

- Remove related tasks, Gunicorn/Futures should instead be installed
via the requirements file instead.
- Restructure tasks, moving them from the requirements.yml into
main.yml.
- Small typo fix for one of the variables.
---

additional_nginx_config: {}
enforce_https: true
packages: []
rewrites: []
static_locations: []
use_paste: false
virtualenv_packages: []
environment_variables: {}
website_mail_recipients: "root"
environment_indicator: null
proxy_headers: {}
python_version: 2
wsgi_requirements:
  - futures==3.3.0
  - gunicorn==19.10.0

# Internal parameters.
admin: "admin-{{ fqdn | replace('.', '_') }}"
user: "web-{{ fqdn | replace('.', '_') }}"
home: "/var/www/{{ fqdn }}"
python_interpreter: "/usr/bin/python{{ python_version }}"