12 lines
337 B
YAML
12 lines
337 B
YAML
---
|
|
# Part of role: k3s-agent
|
|
# Called by: ansible/playbooks/join-debian-agent.yaml
|
|
# Description: Default variables for the k3s-agent role including version, server URL, and join token.
|
|
|
|
k3s_version: v1.32.4+k3s1
|
|
k3s_server_url: https://10.10.40.53:6443
|
|
k3s_node_token: ""
|
|
|
|
k3s_agent_config:
|
|
resolv-conf: /etc/rancher/k3s/resolv.conf
|