mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 07:19:10 -07:00
Tidy up validate-modules ignores for modules: web_infrastructure/sophos_utm (#1351)
* 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
This commit is contained in:
parent
ece0202507
commit
4c88a8edc0
16 changed files with 88 additions and 46 deletions
|
@ -23,6 +23,7 @@ description:
|
|||
|
||||
options:
|
||||
name:
|
||||
type: str
|
||||
description:
|
||||
- The name of the object. Will be used to identify the entry
|
||||
required: true
|
||||
|
@ -32,18 +33,23 @@ options:
|
|||
type: bool
|
||||
default: False
|
||||
address:
|
||||
type: str
|
||||
description:
|
||||
- The reference name of the network/interface_address object.
|
||||
default: REF_DefaultInternalAddress
|
||||
allowed_networks:
|
||||
type: list
|
||||
elements: str
|
||||
description:
|
||||
- A list of reference names for the allowed networks.
|
||||
default: ['REF_NetworkAny']
|
||||
certificate:
|
||||
type: str
|
||||
description:
|
||||
- The reference name of the ca/host_key_cert object.
|
||||
default: ""
|
||||
comment:
|
||||
type: str
|
||||
description:
|
||||
- An optional comment to add to the object
|
||||
default: ""
|
||||
|
@ -53,9 +59,13 @@ options:
|
|||
type: bool
|
||||
default: False
|
||||
domain:
|
||||
type: list
|
||||
elements: str
|
||||
description:
|
||||
- A list of domain names for the frontend object
|
||||
exceptions:
|
||||
type: list
|
||||
elements: str
|
||||
description:
|
||||
- A list of exception ref names (reverse_proxy/exception)
|
||||
default: []
|
||||
|
@ -75,6 +85,7 @@ options:
|
|||
type: bool
|
||||
default: False
|
||||
lbmethod:
|
||||
type: str
|
||||
description:
|
||||
- Which loadbalancer method should be used
|
||||
choices:
|
||||
|
@ -84,10 +95,13 @@ options:
|
|||
- byrequests
|
||||
default: bybusyness
|
||||
locations:
|
||||
type: list
|
||||
elements: str
|
||||
description:
|
||||
- A list of location ref names (reverse_proxy/location)
|
||||
default: []
|
||||
port:
|
||||
type: int
|
||||
description:
|
||||
- The frontend http port
|
||||
default: 80
|
||||
|
@ -97,6 +111,7 @@ options:
|
|||
type: bool
|
||||
default: False
|
||||
profile:
|
||||
type: str
|
||||
description:
|
||||
- The reference string of the reverse_proxy/profile
|
||||
default: ""
|
||||
|
@ -106,6 +121,7 @@ options:
|
|||
type: bool
|
||||
default: True
|
||||
type:
|
||||
type: str
|
||||
description:
|
||||
- Which protocol should be used
|
||||
choices:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue