Hi there, I have been trying to expand the default 30GB image size for Ubuntu 14.04 image on Azure store.
Normally I attach a secondary data disk to my vm instance and mount it afterwards. Another option would be to resize the current container in the associated storage account. As far as know it is possible to achieve these programatically: Example for resizing existing disk via Powershell https://blogs.msdn.microsoft.com/cloud_solution_architect/2016/05/24/step-by-step-how-to-resize-a-linux-vm-os-disk-in-azure-arm/ Example for attaching new data disk via Azure CLI https://azure.microsoft.com/en-us/documentation/articles/virtual-machines-linux-add-disk/ Yet I couldn't find a task that would help me with any of the above. Can you suggest any solutions on how I should proceed to write ansible tasks for these operations? Thanks in advance, -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/c163f566-44ab-4d93-9cfe-14570321d665%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
