azure
azure copied to clipboard
Create virtual machine scale sets encrypted with customer managed key
SUMMARY
Ansible support for using the following option while creating vmss.
- --data-disk-encryption-sets
- --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?
Let me know if you plan to add support for VMSS & CMKs. We want to avoid duplicate work
@shannawaz Thank you for taking the time to report this problem, we will deal with it as soon as possible! Thank you very much!
@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?
This will supported after the following PR is merged.
https://github.com/ansible-collections/azure/pull/1892