ibmcloud.ansible_collection.ibm_cis_domain_settings (1.2.2) — module

Configure IBM Cloud 'ibm_cis_domain_settings' 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_cis_domain_settings' resource


Requirements

Inputs

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

ssl:
    description:
    - SSL/TLS setting
    required: false
    type: str

waf:
    description:
    - WAF setting
    required: false
    type: str

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

cis_id:
    description:
    - (Required for new resource) CIS instance crn
    required: false
    type: str

domain_id:
    description:
    - (Required for new resource) Associated CIS domain
    required: false
    type: str

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

min_tls_version:
    default: 1.1
    description:
    - Minimum version of TLS required
    required: false
    type: str

cname_flattening:
    description:
    - cname_flattening setting
    required: false
    type: str

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

certificate_status:
    description:
    - Certificate status
    required: false
    type: str

automatic_https_rewrites:
    description:
    - automatic_https_rewrites setting
    required: false
    type: str

opportunistic_encryption:
    description:
    - opportunistic_encryption setting
    required: false
    type: str