ngine-io / ansible-collection-cloudstack

CloudStack Ansible Collections
https://galaxy.ansible.com/ngine_io/cloudstack
GNU General Public License v3.0
21 stars 28 forks source link

Get Source NAT IP on Network Create or add Network Info #121

Open loth opened 1 year ago

loth commented 1 year ago

When creating a isolated network with source nat, I don't see any way to get the source nat IP it snags when it creates it. I think the workaround is to create another public address then register that. This of course wastes an IP so it would be better if I was able to just get the source nat IP.

Thanks!