mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-26 00:22:36 +01:00
8 lines
371 B
YAML
8 lines
371 B
YAML
---
|
|
server_group: server # noqa var-naming[no-role-prefix]
|
|
k3s_server_location: "/var/lib/rancher/k3s" # noqa var-naming[no-role-prefix]
|
|
systemd_dir: "/etc/systemd/system" # noqa var-naming[no-role-prefix]
|
|
api_port: 6443 # noqa var-naming[no-role-prefix]
|
|
extra_agent_args: "" # noqa var-naming[no-role-prefix]
|
|
extra_install_envs: {} # noqa var-naming[no-role-prefix]
|