9 lines
218 B
HCL
9 lines
218 B
HCL
output "vms" {
|
|
description = "Hostname -> IP and Ansible group — consumed by make tf-inventory-offsite"
|
|
value = {
|
|
askari = {
|
|
ip = module.askari.ipv4_address
|
|
group = "offsite_hosts"
|
|
}
|
|
}
|
|
}
|