ibmcloud.ansible_collection.ibm_container_cluster_worker_info (1.2.2) — module

Retrieve IBM Cloud 'ibm_container_cluster_worker' resource

| "added in version" 2.8 of ibmcloud.ansible_collection"

Authors: Jay Carman (@jaywcarman)

preview | supported by community

Install collection

Install with ansible-galaxy collection install ibmcloud.ansible_collection:==1.2.2


Add to requirements.yml

  collections:
    - name: ibmcloud.ansible_collection
      version: 1.2.2

Description

Retrieve an IBM Cloud 'ibm_container_cluster_worker' resource


Requirements

Inputs

    
state:
    description:
    - State of the worker
    required: false
    type: str

region:
    description:
    - The cluster region
    required: false
    type: str

status:
    description:
    - Status of the worker
    required: false
    type: str

org_guid:
    description:
    - The bluemix organization guid this cluster belongs to
    required: false
    type: str

public_ip:
    description:
    - None
    required: false
    type: str

worker_id:
    description:
    - ID of the worker
    required: true
    type: str

private_ip:
    description:
    - None
    required: false
    type: str

space_guid:
    description:
    - The bluemix space guid this cluster belongs to
    required: false
    type: str

public_vlan:
    description:
    - None
    required: false
    type: str

account_guid:
    description:
    - The bluemix account guid this cluster belongs to
    required: false
    type: str

private_vlan:
    description:
    - None
    required: false
    type: str

ibmcloud_region:
    default: us-south
    description:
    - Denotes which IBM Cloud region to connect to
    required: false

ibmcloud_api_key:
    description:
    - The API Key used for authentification. This can also be provided via the environment
      variable 'IC_API_KEY'.
    required: true

resource_group_id:
    description:
    - ID of the resource group.
    required: false
    type: str

resource_controller_url:
    description:
    - The URL of the IBM Cloud dashboard that can be used to explore and view details
      about this cluster
    required: false
    type: str