Initial commit

This commit is contained in:
2026-05-12 23:31:19 +02:00
commit c4f4566e25
8 changed files with 221 additions and 0 deletions

7
terraform.tfvars.example Normal file
View File

@@ -0,0 +1,7 @@
proxmox_endpoint = "https://<pve-adn>:8006"
proxmox_api_token = "root@pam!xxxxxxxxx=xxxxxxxxxxxxxxxxxxxxxxxxxxx"
proxmox_insecure = true
node_name = "<nom-du-node-pve>"
ssh_public_key = "ssh-ed25519 AAAA... user@host"