azure_preview_modules
azure_preview_modules copied to clipboard
Azure preview modules for Ansible
An `azure_rm_virtualmachineextension` always reports as changed even when nothing changes. I have used this module to make 3 extensions and 2 are always listed as having changes-- the two that...
Since I update to ansible 2.9 I'm not able anymore to use this task. (It was working well before) Ansible task: ``` - azure_rm_aks: name: "{{ aks_cluster_name }}" dns_prefix: "{{...
I'd like to be able to provision a Recovery Services vault via Ansible.
Hi there, the Ansible support for creating AKS clusters comes in very handy, thanks for that! I have one request though: I woud like to use the cluster autoscaler with...
This issue I've seen multiple times in both `master` branch CI tests and while working on #358. Examples: - https://travis-ci.org/Azure/azure_preview_modules/jobs/648225075#L716 - https://travis-ci.org/Azure/azure_preview_modules/jobs/648225084#L1026 - https://travis-ci.org/Azure/azure_preview_modules/jobs/648311452#L1268 - https://travis-ci.org/Azure/azure_preview_modules/jobs/648311454#L798 Excerpt: "/home/travis/virtualenv/python2.7.15/lib/python2.7/site-packages/msrestazure/azure_exceptions.py", line 89,...
I encountered this error while working on #358: https://travis-ci.org/Azure/azure_preview_modules/jobs/648311448#L781 Excerpt: > Operation could not be completed as it results in exceeding approved Total Regional Cores quota. Additional details - Deployment...
if I am working locally, I would like to use credentials obtained through az login to make use of the azure_keyvault_secret lookup plugin. I would be good if it followed...
Hi, Could you please add a module to get info on a network interface for a VM Scale Set? As `azure_rm_networkinterface_info `does for VM. Use Case: retrieve Private address IPs...
Same issue as https://github.com/Azure/azure_preview_modules/issues/301, this is still not working. secret_value was set to random password generated using Ansible lookup plugin, keyvault plugin still returns saying the password is unchanged and...
The primary and secondary endpoints return blob, queue, and table, but not file. It is easy for me to determine programatically since I can just swap one word in the...