Agregando nueva configuración para instalar pihole
This commit is contained in:
14
proxmox/pihole/terraform/terraform.tfvars.example
Normal file
14
proxmox/pihole/terraform/terraform.tfvars.example
Normal 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"
|
||||
Reference in New Issue
Block a user