azure icon indicating copy to clipboard operation
azure copied to clipboard

Create virtual machine scale sets encrypted with customer managed key

Open shannawaz opened this issue 5 years ago • 3 comments

SUMMARY

Ansible support for using the following option while creating vmss.

  1. --data-disk-encryption-sets
  2. --os-disk-encryption-set

https://docs.microsoft.com/en-us/cli/azure/vmss?view=azure-cli-latest#az-vmss-create

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

azure_rm_virtualmachine https://docs.ansible.com/ansible/latest/modules/azure_rm_virtualmachine_module.html

ADDITIONAL INFORMATION

We are planning to write Ansible code to implement the requested feature and wanted to check if you are working on this feature to avoid duplicate work. If you are working , what is the ETA?


shannawaz avatar Mar 19 '20 18:03 shannawaz

Let me know if you plan to add support for VMSS & CMKs. We want to avoid duplicate work

shannawaz avatar Mar 30 '20 17:03 shannawaz

@shannawaz Thank you for taking the time to report this problem, we will deal with it as soon as possible! Thank you very much!

Fred-sun avatar Apr 09 '20 07:04 Fred-sun

@shannawaz Thank you for your interest in ansible_collection. Did you say add a disk Encryption set module to ansible? In addition, add feature, support Encryption disk to azure_rm_virtualmachine?

Fred-sun avatar Apr 29 '20 13:04 Fred-sun

This will supported after the following PR is merged.

https://github.com/ansible-collections/azure/pull/1892

lm-sig avatar Apr 10 '25 16:04 lm-sig