mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Improvements to OpenStack inventory script
This commit is contained in:
@@ -14,7 +14,7 @@ api_key =
|
||||
auth_url =
|
||||
|
||||
# Authentication system
|
||||
auth_system =
|
||||
auth_system = keystone
|
||||
|
||||
# OpenStack nova project_id
|
||||
project_id =
|
||||
@@ -22,6 +22,13 @@ 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 =
|
||||
|
||||
Reference in New Issue
Block a user