mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add attributes to remove management modules (#5961)
Add attributes to remove management modules.
This commit is contained in:
parent
ed79a68553
commit
755a49692d
11 changed files with 80 additions and 3 deletions
|
@ -15,9 +15,16 @@ module: hpilo_boot
|
||||||
author: Dag Wieers (@dagwieers)
|
author: Dag Wieers (@dagwieers)
|
||||||
short_description: Boot system using specific media through HP iLO interface
|
short_description: Boot system using specific media through HP iLO interface
|
||||||
description:
|
description:
|
||||||
- "This module boots a system through its HP iLO interface. The boot media
|
- "This module boots a system through its HP iLO interface. The boot media
|
||||||
can be one of: cdrom, floppy, hdd, network or usb."
|
can be one of: cdrom, floppy, hdd, network or usb."
|
||||||
- This module requires the hpilo python module.
|
- This module requires the hpilo python module.
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: none
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -16,6 +16,13 @@ description:
|
||||||
- Builds Redfish URIs locally and sends them to remote OOB controllers to
|
- Builds Redfish URIs locally and sends them to remote OOB controllers to
|
||||||
perform an action.
|
perform an action.
|
||||||
- For use with Dell iDRAC operations that require Redfish OEM extensions.
|
- For use with Dell iDRAC operations that require Redfish OEM extensions.
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: none
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
category:
|
category:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
@ -16,6 +16,13 @@ description:
|
||||||
- For use with Dell iDRAC operations that require Redfish OEM extensions
|
- For use with Dell iDRAC operations that require Redfish OEM extensions
|
||||||
- Builds Redfish URIs locally and sends them to remote iDRAC controllers to
|
- Builds Redfish URIs locally and sends them to remote iDRAC controllers to
|
||||||
set or update a configuration attribute.
|
set or update a configuration attribute.
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: none
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
category:
|
category:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
@ -15,6 +15,13 @@ description:
|
||||||
- Builds Redfish URIs locally and sends them to iLO to
|
- Builds Redfish URIs locally and sends them to iLO to
|
||||||
set or update a configuration attribute.
|
set or update a configuration attribute.
|
||||||
- For use with HPE iLO operations that require Redfish OEM extensions.
|
- For use with HPE iLO operations that require Redfish OEM extensions.
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: none
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
category:
|
category:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
@ -15,6 +15,13 @@ module: ipmi_boot
|
||||||
short_description: Management of order of boot devices
|
short_description: Management of order of boot devices
|
||||||
description:
|
description:
|
||||||
- Use this module to manage order of boot devices
|
- Use this module to manage order of boot devices
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: full
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -15,6 +15,13 @@ module: ipmi_power
|
||||||
short_description: Power management for machine
|
short_description: Power management for machine
|
||||||
description:
|
description:
|
||||||
- Use this module for power management
|
- Use this module for power management
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: full
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -17,6 +17,13 @@ description:
|
||||||
- Builds OCAPI URIs locally and sends them to remote OOB controllers to
|
- Builds OCAPI URIs locally and sends them to remote OOB controllers to
|
||||||
perform an action.
|
perform an action.
|
||||||
- Manages OOB controller such as Indicator LED, Reboot, Power Mode, Firmware Update.
|
- Manages OOB controller such as Indicator LED, Reboot, Power Mode, Firmware Update.
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: full
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
category:
|
category:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
@ -18,6 +18,13 @@ description:
|
||||||
- Manages OOB controller ex. reboot, log management.
|
- Manages OOB controller ex. reboot, log management.
|
||||||
- Manages OOB controller users ex. add, remove, update.
|
- Manages OOB controller users ex. add, remove, update.
|
||||||
- Manages system power ex. on, off, graceful and forced reboot.
|
- Manages system power ex. on, off, graceful and forced reboot.
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: none
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
category:
|
category:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
@ -17,6 +17,13 @@ description:
|
||||||
set or update a configuration attribute.
|
set or update a configuration attribute.
|
||||||
- Manages BIOS configuration settings.
|
- Manages BIOS configuration settings.
|
||||||
- Manages OOB controller configuration settings.
|
- Manages OOB controller configuration settings.
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: none
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
category:
|
category:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
@ -17,6 +17,13 @@ description:
|
||||||
- Builds Redfish URIs locally and sends them to remote OOB controllers to
|
- Builds Redfish URIs locally and sends them to remote OOB controllers to
|
||||||
perform an action.
|
perform an action.
|
||||||
- Manages OOB controller firmware. For example, Firmware Activate, Update and Activate.
|
- Manages OOB controller firmware. For example, Firmware Activate, Update and Activate.
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: full
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
category:
|
category:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
@ -20,6 +20,13 @@ description:
|
||||||
- Supports getting information back via GET method.
|
- Supports getting information back via GET method.
|
||||||
- Supports updating a configuration attribute via PATCH method.
|
- Supports updating a configuration attribute via PATCH method.
|
||||||
- Supports performing an action via POST method.
|
- Supports performing an action via POST method.
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- community.general.attributes
|
||||||
|
attributes:
|
||||||
|
check_mode:
|
||||||
|
support: none
|
||||||
|
diff_mode:
|
||||||
|
support: none
|
||||||
options:
|
options:
|
||||||
category:
|
category:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in a new issue