mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
- Fix sanity checks
- Fixed documentation trailing whitespaces - Added missing/broken documentation
This commit is contained in:
parent
d556d27825
commit
e52b6c8554
1 changed files with 17 additions and 13 deletions
|
@ -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
|
||||||
|
@ -66,6 +66,7 @@ options:
|
||||||
hot_standby:
|
hot_standby:
|
||||||
description:
|
description:
|
||||||
- Activate hot standby mode
|
- Activate hot standby mode
|
||||||
|
type: bool
|
||||||
default: False
|
default: False
|
||||||
path:
|
path:
|
||||||
description:
|
description:
|
||||||
|
@ -74,18 +75,21 @@ options:
|
||||||
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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue