summaryrefslogtreecommitdiff
path: root/group_vars/publishing
blob: 5495d15034fa17f0256dbbaa0b175a5d733de6f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
django_use_pypi: True
apache_user: www-data
django_project_repo: http://git.linaro.org/git/infrastructure/linaro-license-protection.git
django_project_version: HEAD
django_settings: settings_production
hostname: "{{inventory_hostname}}"

ssl_cert: /etc/ssl/certs/wildcard.linaro.org.crt
ssl_key: /etc/ssl/private/wildcard.linaro.org.key
ssl_ca_cert: /etc/ssl/certs/gd_bundle-g2-g1.pem

apache_modules:
  - ssl
  - wsgi
  - xsendfile
  - rewrite