goldyfruit.ibmcloud_automation.ic_cis_baremetal_power_info (1.0.4) — module

Retrieve CIS baremetal server power state on IBM Cloud.

| "added in version" 2.9 of goldyfruit.ibmcloud_automation"

Authors: Gaëtan Trellu (@goldyfruit)

preview | supported by community

Install collection

Install with ansible-galaxy collection install goldyfruit.ibmcloud_automation:==1.0.4


Add to requirements.yml

  collections:
    - name: goldyfruit.ibmcloud_automation
      version: 1.0.4

Description

Retrieves the power state for the server. The server's power status is retrieved from its remote management card.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Retrieve baremetal server power state
  ic_cis_baremetal_info:
    baremetal: ibmcloud-baremetal-baby

Inputs

    
baremetal:
    description:
    - Baremetal name or ID.
    required: true
    type: str