n8n ci/cd base

This commit is contained in:
CC
2026-05-21 13:34:33 +01:00
parent 65538d2aa6
commit bdb341fd29
3 changed files with 50 additions and 19 deletions

View File

@@ -40,12 +40,12 @@ module "vm-n8n" {
module "inventory" {
source = "./modules/proxmox_ansible_inventory"
filename = "${path.module}/ansible/inventory/inventory.yml"
filename = "${path.root}/ansible/inventory/inventory.yml"
instances = local.vm_created
}
module "vm_data" {
source = "./modules/proxmox_vm_data"
filename = "${path.module}/terraform/vm_data.yml"
filename = "${path.root}/terraform/vm_data.yml"
instances = local.vm_created
}