mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-14 21:01:13 +00:00
38 lines
650 B
INI
38 lines
650 B
INI
# Ansible OpenStack external inventory script
|
|
|
|
[openstack]
|
|
# API version
|
|
version = 2
|
|
|
|
# OpenStack nova username
|
|
username =
|
|
|
|
# OpenStack nova api_key
|
|
api_key =
|
|
|
|
# OpenStack nova auth_url
|
|
auth_url =
|
|
|
|
# Authentication system
|
|
auth_system = keystone
|
|
|
|
# OpenStack nova project_id
|
|
project_id =
|
|
|
|
# Serverarm region name to use
|
|
region_name =
|
|
|
|
# Specify a preference for public or private IPs (public is default)
|
|
prefer_private = False
|
|
|
|
# What service type (required for newer nova client)
|
|
service_type = compute
|
|
|
|
|
|
# TODO: Some other options
|
|
# insecure =
|
|
# endpoint_type =
|
|
# extensions =
|
|
# service_type =
|
|
# service_name =
|