Files
ENI-projet-piscine/infra/terraform/environments/dev/terraform.tfvars.example
T
Dorian PESCE a2727f9b5a chore/k8s-single-node-k3s via Terraform
Se connecte à la machine on-premise via SSH et installe k3s single-node puis instancie le module.

apply reste à faire une fois la machine prête.
2026-09-15 10:13:41 +02:00

8 lines
265 B
Plaintext

ssh_host = "10.0.0.10"
ssh_port = 22
ssh_user = "root"
ssh_private_key_path = "~/.ssh/id_ed25519_enervision"
k3s_version = ""
k3s_disable_components = ["traefik"]
kubeconfig_output_path = "./kubeconfig"