# powerflex_sdr Role to manage installation and uninstallation PowerFlex SDR. ## Table of contents * [Requirements](#requirements) * [Ansible collections](#ansible-collections) * [Role Variables](#role-variables) * [Examples](#examples) * [Usage instructions](#usage-instructions) * [Author Information](#author-information) ## Requirements ``` ansible python ``` ## Ansible collections Collections required to use the role. ``` dellemc.powerflex ``` ## Role Variables
Name | Required | Description | Choices | Type | Default Value |
---|---|---|---|---|---|
powerflex_common_file_install_location | false | Location of required, compatible installation software package based on the operating system of the node.
The files can be downloaded from the Dell Product support page for PowerFlex software. |
path | /var/tmp | |
powerflex_protection_domain_name | false | The name of the protection domain to which the SDR will be added. | str | ||
powerflex_storage_pool_name | false | The name of the storage pool to which the device will be added. | str | ||
powerflex_sdr_repl_journal_capacity_max_ratio | false | Maximum capacity percentage to be allocated for journal capacity. Range is 0 to 100. | int | 10 | |
powerflex_mdm_password | true | Password for primary MDM node. | str | ||
powerflex_sdr_state | false | State of the SDR. | present, absent | str | present |