* Refactor microk8s playbook to follow structure with shared roles - Integrates with btrix/deploy role for deploying - Seperated RedHat and Debian into seperate roles - Created Common role - allow running remotely by default - use 'browsertrix_cloud_home' for charts path - add additional customizable options to btrix_values.j2 (todo: unify all the templates) - docs: update to new playbook path --------- Co-authored-by: Ilya Kreymer <ikreymer@gmail.com>
24 lines
710 B
YAML
24 lines
710 B
YAML
---
|
|
all:
|
|
children:
|
|
"deploy microk8s":
|
|
vars:
|
|
browsertrix_mongo_password: "CHANGE ME"
|
|
browsertrix_superuser_password: "CHANGE ME"
|
|
|
|
host_ip: "{{ hostvars[inventory_hostname]['ansible_default_ipv4']['address'] }}"
|
|
domain_name: "{{inventory_hostname }}"
|
|
signing_subdomain: "{{ signing_subdomain }}"
|
|
signing_authtoken: "{{ 99999999 }}"
|
|
enable_signing: true
|
|
your_user: sysadmin
|
|
ansible_user: sysadmin
|
|
cert_email: infra@example.org
|
|
# crawler_session_size_limit_bytes: 50000000000
|
|
|
|
crawler_extra_args: "--screenshot view,thumbnail,fullPage"
|
|
|
|
microk8s_dns_servers:
|
|
- 1.1.1.1
|
|
- 1.0.0.1
|