Files @ 8944b8348567
Branch filter:

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

branko
MAR-226: Harmonise the HTTP header override parameter between the PHP and WSGI website roles:

- Use the new naming/syntax introduced in the php_website role since
it implies less dependence on the backend application (more generic
name for it), and is a little bit saner in terms of not having to
provide quotes as part of the value.
---

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: "{% if ansible_distribution_release == 'bullseye' %}({{ fqdn }}) {% else %}{{ fqdn }}{% endif %}"