azure_preview_modules
azure_preview_modules copied to clipboard
Azure preview modules for Ansible
Python 3.9 Fresh installation of Ansible 2.10 via pip3 Fresh installation of dependencies as per readme.md. Running the following ansible task: ` - name: Get facts about running virtual machines...
huh, that was a tricky one: ``` - name: Create Vault hosts: localhost connection: local vars: resource_group_name: testme resource_group: "{{ resource_group_name }}" vm_name: testvm #location: eastus tasks: - name: Look...
There is a bug with ansible azure module `azure_rm_networkinterface` which gives Key Error for `name` parameter. I am using ansible version: 2.9.0 Python Version: 3.6.9 and also tried(2.7.5) ## Below...
Hello Team, Looking for a solution using azure_keyvault_secret module with in ansible lookup plugin (https://docs.ansible.com/ansible/latest/plugins/lookup.html). When fetching secret from a KV, receiving MSI connection timeout error. Please let me know...
I don't think it exists (yet) but I was trying to set up an entire enviroment with VPN and everything. I don't seem to find any attributes for azure_rm_virtualnetworkgateway or...
So i've had this CI/CD pipeline running for months with the occasional hiccups (to be fair it ran like clockwork for the last few months and then all of sudden...
I am looking for a way to set the Diagnostics settings for my resources. I can do it via an ARM template as described in this link: https://docs.microsoft.com/en-us/azure/azure-monitor/platform/diagnostic-settings-template Is there...
Hello, I tried using this lookup on a Vault created on AzureChinaCloud, but it fails with error "Invalid credentials provided". Playbook : ``` - name: "Play with Azure Key Vault"...
Hi, can I request that this module be introduced? I see azure_rm_keyvaultkey_info was introduced but would be great if we could also retrieve the value for a secret, not just...