n8n first commit

This commit is contained in:
tolerryan
2025-11-29 00:06:06 -06:00
parent d2a1b10c04
commit 326fcb10fd
5 changed files with 207 additions and 2 deletions

View File

@@ -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"
}
}