Skip to content
Snippets Groups Projects

Unify uwsgi python

Merged Hinrikus Wolf requested to merge unify_uwsgi_python into master
39 files
+ 84
836
Compare changes
  • Side-by-side
  • Inline

Files

---
# file: roles/lehrpreis/defaults/main.yml
lehrpreis_web_root: /var/www/lehrpreis
lehrpreis_name: lehrpreis
lehrpreis_user: lehrpreis
lehrpreis_group: lehrpreis
lehrpreis_default_locale: en
lehrpreis_default_timezone: Europe/Berlin
lehrpreis_auth_group: users
lehrpreis_ad_host: ad.example.com
lehrpreis_ad_domain: EXAMPLE
lehrpreis_ad_user_dn: 'cn=users,dc=example,dc=com'
lehrpreis_ad_group_dn: 'cn=users,dc=example,dc=com'
lehrpreis_ad_cert: ''
lehrpreis_branding_app_name_de: 'Lehrpreis WebApp'
lehrpreis_branding_app_name_en: 'Teaching Award WebApp'
lehrpreis_branding_app_url: 'https://example.com'
lehrpreis_branding_org_name: 'Example Org'
lehrpreis_branding_contact: 'committee@example.com'
lehrpreis_branding_logo: ''
lehrpreis_branding_logo_src: ''
lehrpreis_branding_information_de: ''
lehrpreis_branding_information_en: ''
lehrpreis_mail_enabled: True
lehrpreis_mail_address: 'committee@example.com'
lehrpreis_mail_host: mail.example.com
lehrpreis_mail_locale: en
Loading