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 = <