Hi, I am trying to create a VM in Azure using Ansible. The setup of our Azure configuration is that the virtual network is created in a different resource manager from the virtual machines'. When I using azure_rm_virtualmachine module to create a virtual machine in Azure, the module complains that the virtual network does not exist in the resource manager of the virtual machine to be created. Is there any way I can do that? Can I specify a virtual network with a fully qualified name including its resource manager name so that the module would not confuse it with the resource manager of the virtual machine?
Vincent -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/f512bc9b-e794-4521-b7df-9a8c855b628c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
