mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
* fixed validation-modules for plugins/modules/web_infrastructure/sophos_utm/utm_aaa_group_info.py
* fixed validation-modules for plugins/modules/web_infrastructure/sophos_utm/utm_aaa_group.py
* fixed validation-modules for plugins/modules/web_infrastructure/sophos_utm/utm_ca_host_key_cert_info.py
* fixed validation-modules for plugins/modules/web_infrastructure/sophos_utm/utm_ca_host_key_cert.py
* fixed validation-modules for plugins/modules/web_infrastructure/sophos_utm/utm_dns_host.py
* fixed validation-modules for plugins/modules/web_infrastructure/sophos_utm/utm_network_interface_address_info.py
* fixed validation-modules for plugins/modules/web_infrastructure/sophos_utm/utm_network_interface_address.py
* fixed validation-modules for plugins/modules/web_infrastructure/sophos_utm/utm_proxy_auth_profile.py
* fixed validation-modules for plugins/modules/web_infrastructure/sophos_utm/utm_proxy_exception.py
* fixed validation-modules for plugins/modules/web_infrastructure/sophos_utm/utm_proxy_frontend_info.py
* fixed validation-modules for plugins/modules/web_infrastructure/sophos_utm/utm_proxy_frontend.py
* fixed validation-modules for plugins/modules/web_infrastructure/sophos_utm/utm_proxy_location_info.py
* fixed validation-modules for plugins/modules/web_infrastructure/sophos_utm/utm_proxy_location.py
* Enabling validation-modules for web_infrastructure/sophos_utm modules
* Rolled back utm_network_interface_address.py for 2.9 sake
(cherry picked from commit 4c88a8edc0)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
@@ -23,6 +23,7 @@ description:
|
||||
|
||||
options:
|
||||
name:
|
||||
type: str
|
||||
description:
|
||||
- The name of the object. Will be used to identify the entry
|
||||
required: true
|
||||
@@ -38,21 +39,29 @@ options:
|
||||
description:
|
||||
- A list of allowed networks
|
||||
type: list
|
||||
elements: str
|
||||
default: REF_NetworkAny
|
||||
auth_profile:
|
||||
type: str
|
||||
description:
|
||||
- The reference name of the auth profile
|
||||
backend:
|
||||
type: list
|
||||
elements: str
|
||||
description:
|
||||
- A list of backends that are connected with this location declaration
|
||||
default: []
|
||||
be_path:
|
||||
type: str
|
||||
description:
|
||||
- The path of the backend
|
||||
comment:
|
||||
type: str
|
||||
description:
|
||||
- The optional comment string
|
||||
denied_networks:
|
||||
type: list
|
||||
elements: str
|
||||
description:
|
||||
- A list of denied network references
|
||||
default: []
|
||||
@@ -62,6 +71,7 @@ options:
|
||||
type: bool
|
||||
default: False
|
||||
path:
|
||||
type: str
|
||||
description:
|
||||
- The path of the location
|
||||
default: "/"
|
||||
@@ -71,6 +81,7 @@ options:
|
||||
type: bool
|
||||
default: True
|
||||
stickysession_id:
|
||||
type: str
|
||||
description:
|
||||
- The stickysession id
|
||||
default: ROUTEID
|
||||
|
||||
Reference in New Issue
Block a user