tor ip change
This commit is contained in:
4
tor.tf
4
tor.tf
@@ -34,7 +34,7 @@ resource "proxmox_lxc" "tor" {
|
||||
network {
|
||||
name = "eth0"
|
||||
bridge = "vmbr0"
|
||||
ip = "192.168.0.64/24"
|
||||
ip = "192.168.0.65/24"
|
||||
gw = "192.168.0.1"
|
||||
|
||||
}
|
||||
@@ -42,7 +42,7 @@ resource "proxmox_lxc" "tor" {
|
||||
provisioner "local-exec" {
|
||||
command = "./.ansible.d/setup.sh $IP"
|
||||
environment = {
|
||||
IP = "192.168.0.64"
|
||||
IP = "192.168.0.65"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user