Skip to content
Snippets Groups Projects

Unify uwsgi python

7 files
+ 0
522
Compare changes
  • Side-by-side
  • Inline

Files

---
# file: protokollsystem/defaults/main.yml
protokolle_web_root: /var/www/protokollsystem
protokolle_name: protokollsystem
protokolle_user: protokolle
protokolle_group: protokolle
protokolle_celery_concurrency: 4
protokolle_ldap_cert: ''
protokolle_mail: True
protokolle_mail_from: 'sender@example.com'
protokolle_mail_host: 'mail.example.com:25'
protokolle_mail_user: ''
protokolle_mail_password: ''
protokolle_mail_tls: False # 'tls' or 'starttls'
protokolle_celery_broker: 'redis://localhost:6379/0'
protokolle_url_root: 'protokolle.example.com'
protokolle_url_proto: 'https'
protokolle_url_path: '/'
protokolle_printing: True
protokolle_printing_server: 'printsrv.example.com:631'
protokolle_printing_user: 'protokolle'
protokolle_printing_printers:
- printer: kopierer
options: ["ColorModel=Gray", "KCStaple=Center", "KCPunch=2HoleEUR", "Duplex=DuplexNoTumble"]
protokolle_etherpad: True
protokolle_etherpad_url: 'https://pad.example.com'
protokolle_wiki: True
protokolle_wiki_type: MEDIAWIKI
protokolle_wiki_api: 'https://wiki.example.com/wiki/api.php'
protokolle_wiki_anonymous: False
protokolle_wiki_user: ''
protokolle_wiki_password: ''
protokolle_wiki_domain: ''
protokolle_calendar: True
protokolle_calendar_url: 'https://user:password@groupware.example.com/SOGo/dav/user/Calendar/personal'
protokolle_admin_mail: 'admin@example.com'
protokolle_admin_group: 'protokolladmin'
protokolle_latex_local_templates: '' # local-templates
protokolle_latex_logo_template: '' # logo.tex
protokolle_latex_geometry: '' # bottom=1.6cm,top=1.6cm,inner=2.5cm,outer=1.0cm,footskip=1.0cm,headsep=0.6cm
protokolle_latex_pagestyle: '' # fancy
protokolle_latex_packages: [] # ["[absolute]{textpos}", "{fancyheadings}"]
protokolle_latex_header_footer: None # True
protokolle_logos: []
protokolle_auth_max_duration: 86400
protokolle_auth_backends:
- type: ADManager
host: auth.example.com
domain: EXAMPLE
user_dn: 'cn=users,dc=example,dc=com'
group_dn: 'dc=example,dc=com'
ca_cert: ''
obsolete: False
protokolle_auth_obsoletion_warning: ''
Loading