Skip to content

For Azure: add public ip to in memory inventory if dns_update is false

Magnus Glantz requested to merge mglantz/role-instance:azure_add_public_ip into main

Add {{ vm.ansible_facts.azure_vm.properties.networkProfile.networkInterfaces[0].properties.ipConfigurations[0].properties.publicIPAddress.properties.ipAddress }} to in memory inventory if dns_update is false

Part fix of #144 (closed)

Merge request reports