cappysan.idrac.racadm role

Note

This role is part of the cappysan.idrac collection (version 1.0.1).

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.

Entry point main

Synopsis

  • This role interacts with the iDRAC racadm command. The connection is made with the Ansible configured connection, usually a ssh connection. For this reason, there is no need to specify a user or a password in your inventory. Ideally, you have already configured the iDRAC with your username and a ssh key. The parameters are combined and their keys can be found in the modules documentation.

Parameters

Parameter

Comments

racadm__eventfilters_from_file_skip_missing

string

When event filter configuration key does not exist, skip it instead of throwing an error.

racadm__eventfilters_from_file_skip_none

string

When action is “none”, and notification is “none”, ignore setting the value

racadm__eventfilters_skip_missing

string

When event filter configuration key does not exist, skip it instead of throwing an error.

racadm__global__configuration

string

List of key values of iDRAC racadm configuration values.

racadm__global__eventfilters

string

List of key values of iDRAC eventfilters configuration values.

racadm__global__eventfilters_from_file

string

List of key values of iDRAC eventfilters configuration values.

racadm__group__configuration

string

List of key values of iDRAC racadm configuration values.

racadm__group__eventfilters

string

List of key values of iDRAC eventfilters configuration values.

racadm__group__eventfilters_from_file

string

List of key values of iDRAC eventfilters configuration values.

racadm__host__configuration

string

List of key values of iDRAC racadm configuration values.

racadm__host__eventfilters

string

List of key values of iDRAC eventfilters configuration values.

racadm__host__eventfilters_from_file

string

List of key values of iDRAC eventfilters configuration values.