mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
* Make agent and server groups configurable Signed-off-by: Meagan Harris <thewitch@siliconsorceress.com> * Fix typo in upgrade role Co-authored-by: Derek Nola <derek.nola@suse.com> Signed-off-by: Meagan Harris <47128741+simagick@users.noreply.github.com> --------- Signed-off-by: Meagan Harris <thewitch@siliconsorceress.com> Signed-off-by: Meagan Harris <47128741+simagick@users.noreply.github.com> Co-authored-by: Derek Nola <derek.nola@suse.com>
10 lines
462 B
YAML
10 lines
462 B
YAML
---
|
|
k3s_server_location: "/var/lib/rancher/k3s"
|
|
systemd_dir: "/etc/systemd/system" # noqa var-naming[no-role-prefix]
|
|
api_port: 6443 # noqa var-naming[no-role-prefix]
|
|
kubeconfig: ~/.kube/config.new # noqa var-naming[no-role-prefix]
|
|
user_kubectl: true # noqa var-naming[no-role-prefix]
|
|
cluster_context: k3s-ansible # noqa var-naming[no-role-prefix]
|
|
server_group: server # noqa var-naming[no-role-prefix]
|
|
agent_group: agent # noqa var-naming[no-role-prefix]
|