Added outputs for IPs.
- Made sure node-memory ad node-vcpus is passed down to module. - Fixed get-vm-ips.sh after move to module.ansible-test
parent
3d7bd95f78
commit
4a62875b8e
@ -0,0 +1,4 @@
|
||||
|
||||
output "ips" {
|
||||
value = libvirt_domain.nodes.*.network_interface.0.addresses.0
|
||||
}
|
||||
Loading…
Reference in New Issue