azure_preview_modules icon indicating copy to clipboard operation
azure_preview_modules copied to clipboard

Azure preview modules for Ansible

Results 41 azure_preview_modules issues
Sort by recently updated
recently updated
newest added

task path: /home/nico/Documents/ifrs17-deployer/ansible/roles/infrastructure/tasks/key-vault.yml:47 ESTABLISH LOCAL CONNECTION FOR USER: nico EXEC /bin/sh -c 'echo ~nico && sleep 0' EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /home/nico/.ansible/tmp/ansible-tmp-1562316228.5673969-202423648538091 `"...

It looks like these codes are used to determine whether it is running on an Azure VM https://github.com/Azure/azure_preview_modules/blob/master/lookup_plugins/azure_keyvault_secret.py#L102 But it caused a performance issue on non-Azure VM. The user has...

This repository is currently missing a LICENSE.MD file outlining its license. A license helps users understand how to use your project in a compliant manner. You can find the standard...

How do I create TXT records that are longer than 255 characters? At some places I read that I have to create two separate TXT records with the same name,...

add user specified managed identity (using environment)

Fix for #389. The String comparison method was broken when the Ansible version rolled over to 2.10.0, since it was comparing Strings rather than version numbers. Ansible's version comparison function...

With azure.azure_preview_modules, 2.9.1 I get an error when I include the azure.azure_preview_modules role in my playbook: ``` TASK [azure.azure_preview_modules : debug] ************************************************************************************************************************************************************** ok: [localhost] => { "msg": [ "Your Ansible...

We store our ARM templates in private git repository as a result azure_rm_deployment is usless. Could you please change template_link parameter to [TemplateLink object](https://docs.microsoft.com/en-us/azure/templates/microsoft.resources/deployments?tabs=json#templatelink-object) In this case I will be...

When I would like to get the list of all subnets within a Virtual Network, it's not working, because 2 methods are wrong: Line 214: self.network_client.subnets.get used instead of self.network_client.subnets.list...

Attempting to utilize azure_rm_virtualmachine module to define an Azure Virtual Machine with: - Boot Diagnostics Enabled - Custom Storage Account in a different Resource Group than the VM - VM...