Agregando nueva configuración para instalar pihole

This commit is contained in:
2025-11-08 21:38:24 -03:00
parent 6abc71f90e
commit 056f0cdb1d
11 changed files with 2033 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
proxmox_endpoint = "https://192.168.1.1:8006"
proxmox_user = "terraform@pam"
proxmox_password = "secret"
proxmox_node = "pve"
proxmox_ssh_username = "terraform"
proxmox_ssh_privkey_path = "/home/user/.ssh/id_ed25519"
ssh_pubkey_path = "/home/user/.ssh/id_ed25519.pub"
ssh_privkey_path = "/home/user/.ssh/id_ed25519"
vm_address = "192.168.3.1"
vm_cidr = "16"
vm_gateway = "192.168.1.1"