- Fix sanity checks

- Fixed documentation trailing whitespaces
  - Added missing/broken documentation
pull/49952/head
Kortum, Kevin 6 years ago committed by ansibot
parent d556d27825
commit e52b6c8554

@ -26,7 +26,7 @@ description:
- 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.
version_added: "2.7"
version_added: "2.8"
options:
name:
@ -36,11 +36,11 @@ options:
access_control:
description:
- whether to activate the access control for the location
default: 0
type: str
default: '0'
choices:
- 0
- 1
type: string
- '0'
- '1'
allowed_networks:
description:
- A list of allowed networks
@ -66,6 +66,7 @@ options:
hot_standby:
description:
- Activate hot standby mode
type: bool
default: False
path:
description:
@ -74,18 +75,21 @@ options:
status:
description:
- Whether the location is active or not
type: bool
default: True
stickysession_id:
description:
- The sticksession id
- The stickysession id
default: ROUTEID
stickysession_status:
description:
- Enable the stickysession
type: bool
default: False
websocket_passthrough:
description:
- Enable the websocket passthrough
type: bool
default: False
extends_documentation_fragment:

Loading…
Cancel
Save