Fixes some verbiage in the f5 docs (#34057)
This commit is contained in:
parent
120af786af
commit
96335b12bb
1 changed files with 7 additions and 9 deletions
|
@ -23,34 +23,32 @@ options:
|
||||||
password:
|
password:
|
||||||
description:
|
description:
|
||||||
- The password for the user account used to connect to the BIG-IP.
|
- The password for the user account used to connect to the BIG-IP.
|
||||||
This option can be omitted if the environment variable C(F5_PASSWORD)
|
You can omit this option if the environment variable C(F5_PASSWORD)
|
||||||
is set.
|
is set.
|
||||||
required: true
|
required: true
|
||||||
server:
|
server:
|
||||||
description:
|
description:
|
||||||
- The BIG-IP host. This option can be omitted if the environment
|
- The BIG-IP host. You can omit this option if the environment
|
||||||
variable C(F5_SERVER) is set.
|
variable C(F5_SERVER) is set.
|
||||||
required: true
|
required: true
|
||||||
server_port:
|
server_port:
|
||||||
description:
|
description:
|
||||||
- The BIG-IP server port. This option can be omitted if the environment
|
- The BIG-IP server port. You can omit this option if the environment
|
||||||
variable C(F5_SERVER_PORT) is set.
|
variable C(F5_SERVER_PORT) is set.
|
||||||
required: false
|
|
||||||
default: 443
|
default: 443
|
||||||
version_added: 2.2
|
version_added: 2.2
|
||||||
user:
|
user:
|
||||||
description:
|
description:
|
||||||
- The username to connect to the BIG-IP with. This user must have
|
- The username to connect to the BIG-IP with. This user must have
|
||||||
administrative privileges on the device. This option can be omitted
|
administrative privileges on the device. You can omit this option
|
||||||
if the environment variable C(F5_USER) is set.
|
if the environment variable C(F5_USER) is set.
|
||||||
required: true
|
required: true
|
||||||
validate_certs:
|
validate_certs:
|
||||||
description:
|
description:
|
||||||
- If C(no), SSL certificates will not be validated. This should only be
|
- If C(no), SSL certificates will not be validated. Use this only
|
||||||
used on personally controlled sites using self-signed certificates.
|
on personally controlled sites using self-signed certificates.
|
||||||
This option can be omitted if the environment variable
|
You can omit this option if the environment variable
|
||||||
C(F5_VALIDATE_CERTS) is set.
|
C(F5_VALIDATE_CERTS) is set.
|
||||||
required: false
|
|
||||||
default: yes
|
default: yes
|
||||||
choices:
|
choices:
|
||||||
- yes
|
- yes
|
||||||
|
|
Loading…
Reference in a new issue