cappysan.idrac.racadm_set
cappysan.idrac.racadm_set module – Set a configuration key via a raw racadm command.
Note
This module is part of the cappysan.idrac collection.
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 cappysan.idrac.
To use it in a playbook, specify: cappysan.idrac.racadm_set.
Synopsis
Sets a configuration key via a raw racadm command. If the value is already correct, no set will take place.
Note
This module has a corresponding action plugin.
Parameters
Parameter |
Comments |
|---|---|
|
|
Value to set. |
Attributes
Attribute |
Support |
Description |
|---|---|---|
Support: full |
Can run in |
|
Support: none |
Will return details on what has changed (or possibly needs changing in |
Examples
- name: "Set iDRAC configuration key"
cappysan.idrac.racadm_set:
key: "iDRAC.Time.Timezone"
value: "Europe/Paris"