willguibr.zpacloud.zpa_application_server (1.1.1) — module

Create an application server in the ZPA Cloud.

| "added in version" 1.0.0 of willguibr.zpacloud"

Authors: William Guilherme (@willguibr)

Install collection

Install with ansible-galaxy collection install willguibr.zpacloud:==1.1.1


Add to requirements.yml

  collections:
    - name: willguibr.zpacloud
      version: 1.1.1

Description

This module creates/update/delete an application server in the ZPA Cloud.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Create Second Application Server
  willguibr.zpacloud.zpa_application_server:
    name: Example1
    description: Example1
    address: example.acme.com
    enabled: true
    app_server_group_ids: []

Inputs

    
id:
    description: ''
    required: false
    type: str

name:
    description:
    - This field defines the name of the server to create.
    required: true
    type: str

state:
    choices:
    - present
    - absent
    default: present
    description: Whether the app should be present or absent.
    type: str

address:
    description: ''
    required: true
    type: str

enabled:
    description:
    - This field defines the status of the server, true or false.
    required: false
    type: bool

client_id:
    description: ''
    required: false
    type: str

customer_id:
    description: ''
    required: false
    type: str

description:
    description:
    - This field defines the description of the server to create.
    required: false
    type: str

config_space:
    choices:
    - DEFAULT
    - SIEM
    default: DEFAULT
    description:
    - This field defines the type of the server, DEFAULT or SIEM.
    required: false
    type: str

client_secret:
    description: ''
    required: false
    type: str

app_server_group_ids:
    description:
    - This field defines the list of server groups IDs.
    elements: str
    required: false
    type: list