azure
azure copied to clipboard
azure_rm_backupazurevm does not allow including/excluding disks
SUMMARY
I want enable protection for a VM but exclude some of it's disks. This doesn't seem to be possible with this module
ISSUE TYPE
- Feature Idea
COMPONENT NAME
azure_rm_backupazurevm
ADDITIONAL INFORMATION
I think the should be 2 fields (see below) which are mutually exclusive. You just put in the LUN ID, like on the Azure CLI.
azure_rm_backupazurevm:
#...
include_disks:
- 1
- 2
## or
exclude_disks:
- 3
- 4