zscaler.zpacloud.zpa_lss_config_controller module – Create a LSS CONFIG.
Note
This module is part of the zscaler.zpacloud collection (version 1.4.2).
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install zscaler.zpacloud
.
You need further requirements to be able to use this module,
see Requirements for details.
To use it in a playbook, specify: zscaler.zpacloud.zpa_lss_config_controller
.
New in zscaler.zpacloud 1.0.0
Synopsis
This module create/update/delete a LSS CONFIG in the ZPA Cloud.
Requirements
The below requirements are needed on the host that executes this module.
Zscaler SDK Python can be obtained from PyPI https://pypi.org/project/zscaler-sdk-python/
Parameters
Parameter |
Comments |
---|---|
App Connector Group(s) to be added to the LSS configuration |
|
The ZPA API client ID generated from the ZPA console. |
|
The ZPA API client secret generated from the ZPA console. |
|
The ZPA cloud provisioned for your organization. Choices:
|
|
Name of the LSS configuration |
|
Name of the LSS configuration |
|
Whether this LSS configuration is enabled or not Choices:
|
|
Filter for the LSS configuration |
|
Host of the LSS configuration |
|
Port of the LSS configuration |
|
Name of the LSS configuration |
|
Format of the log type Choices:
|
|
Log type of the LSS configuration Choices:
|
|
Whether TLS is enabled or not Choices:
|
|
The ZPA tenant ID found in the Administration Company menu in the ZPA console. |
|
Object Type |
|
Choices:
|
|
Choices:
|
|
Choices:
|
|
Choices:
|
|
Object Type |
|
Choices:
|
|
Choices:
|
|
A dict object containing authentication details. |
|
The ZPA API client ID generated from the ZPA console. |
|
The ZPA API client secret generated from the ZPA console. |
|
The ZPA cloud provisioned for your organization. Choices:
|
|
The ZPA tenant ID found in the Administration Company menu in the ZPA console. |
|
The state. Choices:
|
Notes
Note
Check mode is supported.
Examples
- name: LSS Controller
hosts: localhost
tasks:
- name: Create a LSS Controller
zscaler.zpacloud.zpa_lss_config_controller:
provider: "{{ zpa_cloud }}"
config:
name: Status
description: status
enabled: true
lss_host: 10.1.1.1
lss_port: 20000
format: "..."
source_log_type: "zpn_ast_auth_log"
app_connector_group_ids:
- "11111"
register: lss_controller