forked from websauna/websauna.ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
optional.yml
44 lines (30 loc) · 1.55 KB
/
optional.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
# Documentation for optional Playbook variables
config_description: Variables defined here are optional for running Webasuna playbook. If you do not fill them Playbook doesn't take any action or generate anything. Usually these variables are required only if you turn on some of the optional services is required variables.
# Extra settings placed in ``[app:main]`` section in generated production.ini.
# Example::
#
# extra_ini_settings: |
# mail.host = mymailserver.internal
# websauna.superusers =
# mikko@example.com
#
ini_extra_settings:
# Nginx htpasswd username to protect the site. Keep this in Ansible vault.
htpasswd_user:
# Nginx htpasswd password to protect the site. Keep this in Ansible vault.
htpasswd_password:
# API key for New Relic. Keep this in Ansible vault.
new_relic_license_key:
# SMTP server name for outboind email.
smtp_server: smtp.mailgun.org:587
# SMTP service username for outbound email. Your sign up email like ``mikko@example.com``. Keep this in Ansible vault.
smtp_username:
# SMTP service API key for outbound email.
smtp_password:
# SMTP server port for outgoing email. Usually 587.
smpt_port:
# Fill this variable if ssl is on. Server-side path to a TLS certificate file for Nginx. Usually .pem. Note that certificate and certificate key can be in same .pem file.
nginx_ssl_certificate_path:
# Fill this variable if ssl is on. Server-side path to a TLS certificate key file for Nginx. Usually .pem. Note that certificate and certificate key can be in same .pem file.
nginx_ssl_certificate_path_key: