mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
- Fix sanity checks
- Fixed documentation trailing whitespaces - Added missing/broken documentation
This commit is contained in:
@@ -17,7 +17,7 @@ DOCUMENTATION = """
|
|||||||
---
|
---
|
||||||
module: utm_proxy_location
|
module: utm_proxy_location
|
||||||
|
|
||||||
author:
|
author:
|
||||||
- Johannes Brunswicker (@MatrixCrawler)
|
- Johannes Brunswicker (@MatrixCrawler)
|
||||||
|
|
||||||
short_description: create, update or destroy reverse_proxy location entry in Sophos UTM
|
short_description: create, update or destroy reverse_proxy location entry in Sophos UTM
|
||||||
@@ -26,7 +26,7 @@ description:
|
|||||||
- Create, update or destroy a reverse_proxy location entry in SOPHOS UTM.
|
- Create, update or destroy a reverse_proxy location entry in SOPHOS UTM.
|
||||||
- This module needs to have the REST Ability of the UTM to be activated.
|
- This module needs to have the REST Ability of the UTM to be activated.
|
||||||
|
|
||||||
version_added: "2.7"
|
version_added: "2.8"
|
||||||
|
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
@@ -36,11 +36,11 @@ options:
|
|||||||
access_control:
|
access_control:
|
||||||
description:
|
description:
|
||||||
- whether to activate the access control for the location
|
- whether to activate the access control for the location
|
||||||
default: 0
|
type: str
|
||||||
|
default: '0'
|
||||||
choices:
|
choices:
|
||||||
- 0
|
- '0'
|
||||||
- 1
|
- '1'
|
||||||
type: string
|
|
||||||
allowed_networks:
|
allowed_networks:
|
||||||
description:
|
description:
|
||||||
- A list of allowed networks
|
- A list of allowed networks
|
||||||
@@ -63,29 +63,33 @@ options:
|
|||||||
description:
|
description:
|
||||||
- A list of denied network references
|
- A list of denied network references
|
||||||
default: []
|
default: []
|
||||||
hot_standby:
|
hot_standby:
|
||||||
description:
|
description:
|
||||||
- Activate hot standby mode
|
- Activate hot standby mode
|
||||||
|
type: bool
|
||||||
default: False
|
default: False
|
||||||
path:
|
path:
|
||||||
description:
|
description:
|
||||||
- The path of the location
|
- The path of the location
|
||||||
default: "/"
|
default: "/"
|
||||||
status:
|
status:
|
||||||
description:
|
description:
|
||||||
- Whether the location is active or not
|
- Whether the location is active or not
|
||||||
|
type: bool
|
||||||
default: True
|
default: True
|
||||||
stickysession_id:
|
stickysession_id:
|
||||||
description:
|
description:
|
||||||
- The sticksession id
|
- The stickysession id
|
||||||
default: ROUTEID
|
default: ROUTEID
|
||||||
stickysession_status:
|
stickysession_status:
|
||||||
description:
|
description:
|
||||||
- Enable the stickysession
|
- Enable the stickysession
|
||||||
|
type: bool
|
||||||
default: False
|
default: False
|
||||||
websocket_passthrough:
|
websocket_passthrough:
|
||||||
description:
|
description:
|
||||||
- Enable the websocket passthrough
|
- Enable the websocket passthrough
|
||||||
|
type: bool
|
||||||
default: False
|
default: False
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
|
|||||||
Reference in New Issue
Block a user