mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
493 B
INI
27 lines
493 B
INI
12 years ago
|
# Ansible OpenStack external inventory script
|
||
|
|
||
|
[openstack]
|
||
|
# API version
|
||
|
version = 2
|
||
|
|
||
|
# OpenStack nova username
|
||
|
username =
|
||
|
|
||
|
# OpenStack nova api_key
|
||
|
api_key =
|
||
|
|
||
|
# OpenStack nova auth_url
|
||
|
# For use with the new RackSpace API use https://identity.api.rackspacecloud.com/v2.0/
|
||
|
auth_url =
|
||
|
|
||
|
# OpenStack nova project_id
|
||
|
project_id = None
|
||
|
|
||
|
# TODO: Some other options
|
||
|
# insecure =
|
||
|
# region_name =
|
||
|
# endpoint_type =
|
||
|
# extensions =
|
||
|
# service_type =
|
||
|
# service_name =
|