Files @ db859106bed8
Branch filter:

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

branko
MAR-218: Document the workaround needed to make Molecule instance logins work:

- It should be possible to drop this workaround once the upstream has
taken care of merging the necessary fixes.
---

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 }}"