9 lines
360 B
Plaintext
9 lines
360 B
Plaintext
ssh_host = "10.0.0.10"
|
|
ssh_port = 22
|
|
ssh_user = "root"
|
|
ssh_private_key_path = "~/.ssh/id_ed25519_enervision"
|
|
# Epingler une version reelle avant apply : https://github.com/k3s-io/k3s/releases
|
|
k3s_version = "v1.31.5+k3s1"
|
|
k3s_disable_components = ["traefik"]
|
|
kubeconfig_output_path = "./kubeconfig"
|