Note
This module is part of the dellemc.openmanage collection (version 9.12.3).
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.openmanage. You need further requirements to be able to use this module, see Requirements for details.
To use it in a playbook, specify: dellemc.openmanage.dellemc_system_lockdown_mode.
New in dellemc.openmanage 1.0.0
major release after 2024-12-31
Replaced with dellemc.openmanage.idrac_attributes.
Use dellemc.openmanage.idrac_attributes instead.
The below requirements are needed on the host that executes this module.
Parameter | Comments |
|---|---|
ca_path path added in dellemc.openmanage 5.0.0 | The Privacy Enhanced Mail (PEM) file that contains a CA certificate to be used for the validation. |
idrac_ip string / required | iDRAC IP Address. |
idrac_password aliases: idrac_pwd string / required | iDRAC user password. If the password is not provided, then the environment variable Example: export IDRAC_PASSWORD=password |
idrac_port integer | iDRAC port. Default: |
idrac_user string / required | iDRAC username. If the username is not provided, then the environment variable Example: export IDRAC_USERNAME=username |
lockdown_mode string / required | Whether to Enable or Disable system lockdown mode. Choices:
|
string | (deprecated)Local mount path of the network share with read-write permission for ansible user. This option is mandatory for Network Share. This option is deprecated and will be removed in the later version. |
string | (deprecated)Network share or a local path. This option is deprecated and will be removed in the later version. |
aliases: share_pwd string | (deprecated)Network share user password. This option is mandatory for CIFS Network Share. This option is deprecated and will be removed in the later version. |
string | (deprecated)Network share user in the format ‘user@domain’ or ‘domain\user’ if user is part of a domain else ‘user’. This option is mandatory for CIFS Network Share. This option is deprecated and will be removed in the later version. |
timeout integer added in dellemc.openmanage 5.0.0 | The socket level timeout in seconds. Default: |
validate_certs boolean added in dellemc.openmanage 5.0.0 | If Configure Prior to collection version Choices:
|
Note
check_mode.---
- name: Check System Lockdown Mode
dellemc.openmanage.dellemc_system_lockdown_mode:
idrac_ip: "192.168.0.1"
idrac_user: "user_name"
idrac_password: "user_password"
ca_path: "/path/to/ca_cert.pem"
lockdown_mode: "Disabled"
Common return values are documented here, the following are the fields unique to this module:
Key | Description |
|---|---|
error_info dictionary | Details of the HTTP Error. Returned: on HTTP error Sample: |
msg string | Lockdown mode of the system is configured. Returned: always Sample: |
system_lockdown_status dictionary | Storage configuration job and progress details from the iDRAC. Returned: success Sample: |
© 2012–2018 Michael DeHaan
© 2018–2025 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/collections/dellemc/openmanage/dellemc_system_lockdown_mode_module.html