-
Notifications
You must be signed in to change notification settings - Fork 26
/
main.yml
13 lines (13 loc) · 817 Bytes
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
# Fully Qualified Domain Name for the stirlingpdf instance
stirlingpdf_fqdn: "pdf.CHANGEME.org"
# the stirlingpdf OCI image to pull (https://github.com/Stirling-Tools/Stirling-PDF/releases.atom)
stirlingpdf_image: "docker.io/stirlingtools/stirling-pdf:0.36.5"
# HTTPS and SSL/TLS certificate mode for the stirlingpdf webserver virtualhost
# letsencrypt: acquire a certificate from letsencrypt.org
# selfsigned: generate a self-signed certificate
stirlingpdf_https_mode: selfsigned
# start/stop the stirlingpdf service, enable/disable it on boot (yes/no) (redirect users to maintenance page if disabled)
stirlingpdf_enable_service: yes
# IP addresses allowed to access the stirlingpdf web interface (IP or IP/netmask format)
# set to empty list [] to allow access from any IP address
stirlingpdf_allowed_hosts: []