generated from CC/VMServiceTemplate
ci/cd abs path
Some checks failed
Deploy VM and App / terraform-ansible-deploy (push) Failing after 7s
Some checks failed
Deploy VM and App / terraform-ansible-deploy (push) Failing after 7s
This commit is contained in:
@@ -30,12 +30,14 @@ output "vm_tag_data" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
output "inventory_file" {
|
module "inventory" {
|
||||||
description = "Path to the generated Ansible inventory"
|
source = "./modules/proxmox_ansible_inventory"
|
||||||
value = module.inventory.filename
|
filename = "${abspath("${path.root}/..")}/ansible/inventory/inventory.yml"
|
||||||
|
instances = local.vm_created
|
||||||
}
|
}
|
||||||
|
|
||||||
output "vm_data_file" {
|
module "vm_data" {
|
||||||
description = "Path to the generated VM data file"
|
source = "./modules/proxmox_vm_data"
|
||||||
value = module.vm_data.filename
|
filename = "${abspath("${path.root}/..")}/terraform/vm_data.yml"
|
||||||
}
|
instances = local.vm_created
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user