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