How to pass Node_Resource_Group while creating AKS cluster via ansible azure_rm_aks module

Hello ,

I am having a difficult time to understand how one can pass node resource group while creating AKS cluster with ansible modules .

As I know , in azure cli , one has to add aks-preview addon , and in terraform there is variable to pass node_resource_group https://www.terraform.io/docs/providers/azurerm/d/kubernetes_cluster.html.

This I am not able to find in Ansible .

Does anyone have any suggestion/update about this ?

Regards,
Prakash.

Has anyone tried this ?

Just for benefit of other audience , you need to install galaxy role of azure _preview_modules to achieve this.

ansible-galaxy install azure.azure_preview_modules