mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
c3ffe0a838
Add support for a new option to the openstack inventory. This is so should one cloud be unavailable you can still list hosts from any other openstack clouds you have configured. This is exposed as an option under the extra config part of ansible in the openstack clouds.yaml.
32 lines
763 B
YAML
32 lines
763 B
YAML
clouds:
|
|
mordred:
|
|
cloud: hp
|
|
auth:
|
|
username: mordred@example.com
|
|
password: my-wonderful-password
|
|
project_name: mordred-tenant
|
|
region_name: region-b.geo-1
|
|
monty:
|
|
cloud: hp
|
|
auth:
|
|
username: monty.taylor@example.com
|
|
password: another-wonderful-password
|
|
project_name: monty.taylor@example.com-default-tenant
|
|
region_name: region-b.geo-1
|
|
rax:
|
|
cloud: rackspace
|
|
auth:
|
|
username: example
|
|
password: spectacular-password
|
|
project_id: 2352426
|
|
region_name: DFW,ORD,IAD
|
|
devstack:
|
|
auth:
|
|
auth_url: http://127.0.0.1:35357/v2.0/
|
|
username: stack
|
|
password: stack
|
|
project_name: stack
|
|
ansible:
|
|
use_hostnames: True
|
|
expand_hostvars: False
|
|
fail_on_errors: True
|