browsertrix/ansible/roles/btrix/templates/k8s-manifest.yaml.j2
Anish Lakhwara 00eddd548d
feat: k3s ansible playbook (#1071)
It changes the directory layout of the ansible playbook to a
more "best practices" friendly approach using ansible roles and
a real inventory file

Co-authored-by: Ilya Kreymer <ikreymer@users.noreply.github.com>
2023-09-05 17:50:18 -04:00

12 lines
164 B
Django/Jinja

ingress_class: "nginx"
mongo_auth:
username: root
password: example
ingress:
host: "{{ domain }}"
cert_email: "{{ email }}"
scheme: "https"
tls: true