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