browsertrix/ansible/group_vars/microk8s/btrix_values.j2
Francis Kayiwa 3ba77f0ed2
ansible: rocky firewall (#635)
* modify the template file to highlight optional host that stores WAC
files

* numerically reorder the tcp ports - fix the 404's on the documentation

* add a configuration file - this allows automatic selection of inventory directory

* provide better examples on documentation
2023-02-24 17:28:21 -08:00

17 lines
277 B
Django/Jinja

ingress_class: "public"
mongo_auth:
username: root
password: example
ingress:
host: "{{ domain }}"
cert_email: "dev@webrecorder.net"
scheme: "https"
tls: true
# optional second-host for signing archives
signer:
enabled: true
host: "second-host.{{ domain }}"