ibmcloud.ansible_collection.ibm_container_vpc_cluster_worker_info (1.2.2) — module

Retrieve IBM Cloud 'ibm_container_vpc_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_vpc_cluster_worker' resource


Requirements

Inputs

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

flavor:
    description:
    - flavor of the worker
    required: false
    type: str

pool_id:
    description:
    - worker pool id
    required: false
    type: str

pool_name:
    description:
    - worker pool name
    required: false
    type: str

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

kube_version:
    description:
    - kube version of the worker
    required: false
    type: str

cluster_name_id:
    description:
    - Name or ID of the cluster
    required: true
    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

network_interfaces:
    description:
    - None
    elements: dict
    required: false
    type: list

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