dellemc.powerflex.powerflex_config role – Role to configure the protection domain, fault set and storage pool.

Note

This role is part of the dellemc.powerflex collection (version 2.3.0).

You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it use: ansible-galaxy collection install dellemc.powerflex.

To use it in a playbook, specify: dellemc.powerflex.powerflex_config.

Entry point main – Role to configure the protection domain, fault set and storage pool.

Synopsis

  • Role to configure the protection domain, fault set and storage pool.

Parameters

Parameter

Comments

hostname

string / required

IP or FQDN of the PowerFlex gateway.

password

string / required

The password of the PowerFlex gateway.

port

integer

Port of the PowerFlex gateway.

Default: 443

powerflex_fault_sets

list / elements=string

List of fault sets.

Default: ["fs1", "fs2", "fs3"]

powerflex_media_type

string

Media type of the storage pool.

Choices:

  • "SSD" ← (default)

  • "HDD"

  • "TRANSITIONAL"

powerflex_protection_domain_name

string

Name of the protection domain.

Default: "config_protection_domain"

powerflex_storage_pool_name

string

Name of the storage pool.

Default: "config_storage_pool"

timeout

integer

Timeout.

Default: 120

username

string / required

The username of the PowerFlex gateway.

validate_certs

boolean

If false, the SSL certificates will not be validated.

Configure false only on personally controlled sites where self-signed certificates are used.

Choices:

  • false ← (default)

  • true