ci/cd roles

This commit is contained in:
CC
2026-05-21 16:20:22 +01:00
parent 7f679b6ae2
commit edaff5a978
2 changed files with 30 additions and 26 deletions

View File

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