mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-29 03:30:22 -07:00
Update bigiq_application_https_offload.py (#44562)
<!--- Your description here --> +label: docsite_pr
This commit is contained in:
parent
05fff27415
commit
59e25bbe5b
1 changed files with 5 additions and 5 deletions
|
@ -49,7 +49,7 @@ options:
|
||||||
- Traffic destined to the C(redirect_virtual) will be offloaded to this
|
- Traffic destined to the C(redirect_virtual) will be offloaded to this
|
||||||
parameter to ensure that proper redirection from insecure, to secure, occurs.
|
parameter to ensure that proper redirection from insecure, to secure, occurs.
|
||||||
suboptions:
|
suboptions:
|
||||||
destination:
|
address:
|
||||||
description:
|
description:
|
||||||
- Specifies destination IP address information to which the virtual server
|
- Specifies destination IP address information to which the virtual server
|
||||||
sends traffic.
|
sends traffic.
|
||||||
|
@ -73,7 +73,7 @@ options:
|
||||||
C(inbound_virtual) parameter to ensure that proper redirection from insecure,
|
C(inbound_virtual) parameter to ensure that proper redirection from insecure,
|
||||||
to secure, occurs.
|
to secure, occurs.
|
||||||
suboptions:
|
suboptions:
|
||||||
destination:
|
address:
|
||||||
description:
|
description:
|
||||||
- Specifies destination IP address information to which the virtual server
|
- Specifies destination IP address information to which the virtual server
|
||||||
sends traffic.
|
sends traffic.
|
||||||
|
@ -130,7 +130,7 @@ options:
|
||||||
- Passphrases are encrypted on the remote BIG-IP device.
|
- Passphrases are encrypted on the remote BIG-IP device.
|
||||||
service_environment:
|
service_environment:
|
||||||
description:
|
description:
|
||||||
- Specifies the name of service environment that the application will be
|
- Specifies the name of service environment or the hostname of the BIG-IP that the application will be
|
||||||
deployed to.
|
deployed to.
|
||||||
- When creating a new application, this parameter is required.
|
- When creating a new application, this parameter is required.
|
||||||
add_analytics:
|
add_analytics:
|
||||||
|
@ -171,11 +171,11 @@ EXAMPLES = r'''
|
||||||
- address: 5.6.7.8
|
- address: 5.6.7.8
|
||||||
port: 8080
|
port: 8080
|
||||||
inbound_virtual:
|
inbound_virtual:
|
||||||
destination: 2.2.2.2
|
address: 2.2.2.2
|
||||||
netmask: 255.255.255.255
|
netmask: 255.255.255.255
|
||||||
port: 443
|
port: 443
|
||||||
redirect_virtual:
|
redirect_virtual:
|
||||||
destination: 2.2.2.2
|
address: 2.2.2.2
|
||||||
netmask: 255.255.255.255
|
netmask: 255.255.255.255
|
||||||
port: 80
|
port: 80
|
||||||
provider:
|
provider:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue