mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Corrects documentation for parameters and examples (#45311)
Documentation for the bigiq modules was a little out of date. This patch corrects the examples and parameters.
This commit is contained in:
parent
8b341619ae
commit
e21b99b098
5 changed files with 8 additions and 8 deletions
|
@ -119,7 +119,7 @@ EXAMPLES = r'''
|
||||||
port: 8080
|
port: 8080
|
||||||
inbound_virtual:
|
inbound_virtual:
|
||||||
name: foo
|
name: foo
|
||||||
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:
|
||||||
|
|
|
@ -119,7 +119,7 @@ EXAMPLES = r'''
|
||||||
port: 8080
|
port: 8080
|
||||||
inbound_virtual:
|
inbound_virtual:
|
||||||
name: foo
|
name: foo
|
||||||
destination: 2.2.2.2
|
address: 2.2.2.2
|
||||||
netmask: 255.255.255.255
|
netmask: 255.255.255.255
|
||||||
port: 443
|
port: 443
|
||||||
provider:
|
provider:
|
||||||
|
|
|
@ -119,7 +119,7 @@ EXAMPLES = r'''
|
||||||
port: 8080
|
port: 8080
|
||||||
inbound_virtual:
|
inbound_virtual:
|
||||||
name: foo
|
name: foo
|
||||||
destination: 2.2.2.2
|
address: 2.2.2.2
|
||||||
netmask: 255.255.255.255
|
netmask: 255.255.255.255
|
||||||
port: 53
|
port: 53
|
||||||
provider:
|
provider:
|
||||||
|
|
|
@ -119,7 +119,7 @@ EXAMPLES = r'''
|
||||||
port: 8080
|
port: 8080
|
||||||
inbound_virtual:
|
inbound_virtual:
|
||||||
name: foo
|
name: foo
|
||||||
destination: 2.2.2.2
|
address: 2.2.2.2
|
||||||
netmask: 255.255.255.255
|
netmask: 255.255.255.255
|
||||||
port: 443
|
port: 443
|
||||||
provider:
|
provider:
|
||||||
|
|
|
@ -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.
|
||||||
|
@ -176,11 +176,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…
Reference in a new issue