browsertrix/ansible/inventory/sample-k3s/group_vars/all.yml
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

11 lines
338 B
YAML

---
k3s_version: v1.22.3+k3s1
ansible_user: debian
systemd_dir: /etc/systemd/system
controller_ip: "{{ hostvars[groups['controller'][0]]['ansible_host'] | default(groups['controller'][0]) }}"
extra_server_args: "--disable traefik"
extra_agent_args: ""
project_name: browsertrix-cloud
domain: my-domain.example.com
email: test@example.com