tor ip change

This commit is contained in:
tolerryan
2025-11-08 00:51:53 -06:00
parent dda0a86230
commit 38a5c9d87d

4
tor.tf
View File

@@ -34,7 +34,7 @@ resource "proxmox_lxc" "tor" {
network { network {
name = "eth0" name = "eth0"
bridge = "vmbr0" bridge = "vmbr0"
ip = "192.168.0.64/24" ip = "192.168.0.65/24"
gw = "192.168.0.1" gw = "192.168.0.1"
} }
@@ -42,7 +42,7 @@ resource "proxmox_lxc" "tor" {
provisioner "local-exec" { provisioner "local-exec" {
command = "./.ansible.d/setup.sh $IP" command = "./.ansible.d/setup.sh $IP"
environment = { environment = {
IP = "192.168.0.64" IP = "192.168.0.65"
} }
} }