Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webservices
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
webservices
Merge requests
!2
Unify Unification Branches
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Unify Unification Branches
origin/unify_uwsgi_python
into
unify_uwsgi_python
Overview
0
Commits
7
Pipelines
0
Changes
16
Merged
Unify Unification Branches
Lars Beckers
requested to merge
origin/unify_uwsgi_python
into
unify_uwsgi_python
Jul 11, 2018
Overview
0
Commits
7
Pipelines
0
Changes
16
0
0
Merge request reports
Compare
unify_uwsgi_python
unify_uwsgi_python (base)
and
latest version
latest version
4036030f
7 commits,
Jul 11, 2018
16 files
+
135
−
304
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
protokollsystem/defaults/main.yml deleted
100644 → 0
+
0
−
56
View file @ cb2ea6c4
---
# 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