azure
azure copied to clipboard
Development area for Azure Collections
Follow up issue of https://github.com/ansible-collections/azure/issues/690 ##### SUMMARY Need to update tags of the OS managed disk for cost analysis. Getting an error saying create_option must be one of: empty, import,...
##### SUMMARY Add Azure Database for PostgreSQL flexible servers support ##### ISSUE TYPE - Currently azure.azcollection.azure_rm_postgresqlserver_info and the other "azure_rm_postgresql" prefixed modules do not list or see the postgresql flexible...
##### SUMMARY Add support for Azure Arc services configuration, and, when the capability becomes available, support for automating against Arc connected VMs and devices as Ansible hosts ##### ISSUE TYPE...
##### SUMMARY Support for deployment and management of Azure managed applications through an Ansible module with similar capabilities to the Azure CLI to allow for Ansible-native automated deployment of Azure...
##### SUMMARY The Azure control plane has a behaviour where resources created in one region sometimes take a very long time to be propagated to other regions, resulting in requests...
##### SUMMARY Ansible AWX playbook with azure_rm_keyvault fails to create KeyVault in Azure China inspite of specifying cloud_environment. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ##### ANSIBLE VERSION...
##### SUMMARY Trying to use the dynamic inventory plugin fails with the following error: ``` [WARNING]: * Failed to parse /home/lawlee/sonic-jenkins/gemini_azure_rm.yaml with auto plugin: a batched request failed with status...
See https://github.com/ansible-collections/azure/blob/v1.12.0/plugins/modules/azure_rm_aks.py#L574-L578 Output of `azure_rm_aks_info` for existing cluster: ``` "addonProfiles": { "azureKeyvaultSecretsProvider": { "enabled": true, "identity": { "clientId": "", "objectId": "", "resourceId": "/" } }, "azurepolicy": { "enabled": false },...
##### SUMMARY The ansible-collection and the azure-cli in on eviroment are incombatible. There are conflicts in many azure-mgmt* packages. Is it a way to install both in one enviroment #####...
I'm trying to build a virtualenv for awx/tower that contains azcollection and also the azure cli (since playbooks still need that to do things that the azcollection can't, like creating...