ip conflicts

This commit is contained in:
tolerryan
2025-11-29 00:16:20 -06:00
parent 326fcb10fd
commit 7fae43665d
2 changed files with 3 additions and 3 deletions

2
tor.tf
View File

@@ -42,7 +42,7 @@ resource "proxmox_lxc" "tor" {
provisioner "local-exec" {
command = "./.ansible.d/setup.sh $IP"
environment = {
IP = "192.168.0.65"
IP = "192.168.0.66"
}
}