mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add defaults and a link to os-client-config docs
This commit is contained in:
parent
b659621575
commit
2046d76310
1 changed files with 5 additions and 1 deletions
|
@ -80,14 +80,17 @@ options:
|
||||||
- A path to a CA Cert bundle that can be used as part of verifying
|
- A path to a CA Cert bundle that can be used as part of verifying
|
||||||
SSL API requests.
|
SSL API requests.
|
||||||
required: false
|
required: false
|
||||||
|
default: None
|
||||||
cert:
|
cert:
|
||||||
description:
|
description:
|
||||||
- A path to a client certificate to use as part of the SSL transaction
|
- A path to a client certificate to use as part of the SSL transaction
|
||||||
required: false
|
required: false
|
||||||
|
default: None
|
||||||
key:
|
key:
|
||||||
description:
|
description:
|
||||||
- A path to a client key to use as part of the SSL transaction
|
- A path to a client key to use as part of the SSL transaction
|
||||||
required: false
|
required: false
|
||||||
|
default: None
|
||||||
endpoint_type:
|
endpoint_type:
|
||||||
description:
|
description:
|
||||||
- Endpoint URL type to fetch from the service catalog.
|
- Endpoint URL type to fetch from the service catalog.
|
||||||
|
@ -102,5 +105,6 @@ notes:
|
||||||
can come from a yaml config file in /etc/ansible/openstack.yaml,
|
can come from a yaml config file in /etc/ansible/openstack.yaml,
|
||||||
/etc/openstack/clouds.yaml or ~/.config/openstack/clouds.yaml, then from
|
/etc/openstack/clouds.yaml or ~/.config/openstack/clouds.yaml, then from
|
||||||
standard environment variables, then finally by explicit parameters in
|
standard environment variables, then finally by explicit parameters in
|
||||||
plays.
|
plays. More information can be found at
|
||||||
|
U(http://docs.openstack.org/developer/os-client-config)
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue