Files @ 694893c0259a
Branch filter:

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

branko
MAR-218: Fix linting errors for unnamed plays:

- All plays should be named at this point.
- Improve naming of some plays.
- Group some of the common tasks together to speed-up the prepare
step.
- Minor refactoring to make the prepare playbooks more consistent
across the roles.
---

additional_nginx_config: {}
packages: []
rewrites: []
static_locations: []
use_paste: false
virtualenv_packages: []
environment_variables: {}
website_mail_recipients: "root"
environment_indicator: null
http_header_overrides: {}
wsgi_requirements:
  - gunicorn==21.2.0
  - packaging==23.2
wsgi_requirements_in:
  - gunicorn

# Internal parameters.
admin: "admin-{{ fqdn | replace('.', '_') }}"
user: "web-{{ fqdn | replace('.', '_') }}"
home: "/var/www/{{ fqdn }}"
python_interpreter: "/usr/bin/python3"
pip_check_requirements_upgrades_directory: "/etc/pip_check_requirements_upgrades"
virtualenv_prompt: "{{ fqdn }}"