mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
document specifying openstack clouds path via env var (#54532)
This commit is contained in:
parent
9cdad6a01e
commit
889f423a22
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ DOCUMENTATION = '''
|
||||||
/etc/ansible/openstack.yml to the regular locations documented
|
/etc/ansible/openstack.yml to the regular locations documented
|
||||||
at https://docs.openstack.org/os-client-config/latest/user/configuration.html#config-files
|
at https://docs.openstack.org/os-client-config/latest/user/configuration.html#config-files
|
||||||
type: string
|
type: string
|
||||||
|
env:
|
||||||
|
- name: OS_CLIENT_CONFIG_FILE
|
||||||
compose:
|
compose:
|
||||||
description: Create vars from jinja2 expressions.
|
description: Create vars from jinja2 expressions.
|
||||||
type: dictionary
|
type: dictionary
|
||||||
|
|
Loading…
Reference in a new issue