From e6ed17b127e117ea77a90573f77b9227d6f3669d Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sun, 12 Oct 2025 16:27:45 +1000 Subject: [PATCH] chore: remove pihold. Add netbox --- 201-pihole.tf => 201-netbox.tf | 30 +++++++++++++++--------------- 202-omada.tf | 4 +--- 2 files changed, 16 insertions(+), 18 deletions(-) rename 201-pihole.tf => 201-netbox.tf (82%) diff --git a/201-pihole.tf b/201-netbox.tf similarity index 82% rename from 201-pihole.tf rename to 201-netbox.tf index 36be29c..ad4ab1e 100644 --- a/201-pihole.tf +++ b/201-netbox.tf @@ -1,7 +1,8 @@ -resource "proxmox_lxc" "pihole" { +resource "proxmox_lxc" "netbox" { + target_node = "pve" vmid = "201" - hostname = "pihole" + hostname = "netbox" ostemplate = "local:vztmpl/debian-13-standard_13.1-1_amd64.tar.zst" password = var.ci_password unprivileged = false @@ -9,8 +10,7 @@ resource "proxmox_lxc" "pihole" { onboot = true start = true startup = "order=1000" - tags = "dns;container" - + tags = "docker;container;appliance" ssh_public_keys = <