ibmcloud.ansible_collection.ibm_app_route (1.2.2) — module

Configure IBM Cloud 'ibm_app_route' 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

Create, update or destroy an IBM Cloud 'ibm_app_route' resource


Requirements

Inputs

    
id:
    description:
    - (Required when updating or destroying existing resource) IBM Cloud Resource ID.
    required: false
    type: str

host:
    description:
    - The host portion of the route. Required for shared-domains.
    required: false
    type: str

path:
    description:
    - The path for a route as raw text.Paths must be between 2 and 128 characters.Paths
      must start with a forward slash '/'.Paths must not contain a '?'
    required: false
    type: str

port:
    description:
    - The port of the route. Supported for domains of TCP router groups only.
    required: false
    type: int

tags:
    description:
    - None
    elements: str
    required: false
    type: list

state:
    choices:
    - available
    - absent
    default: available
    description:
    - State of resource
    required: false

space_guid:
    description:
    - (Required for new resource) The guid of the associated space
    required: false
    type: str

domain_guid:
    description:
    - (Required for new resource) The guid of the associated domain
    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