mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-09 03:58:59 +00:00
Merge plugins tree
This commit is contained in:
commit
41dd4a1f93
10 changed files with 1056 additions and 0 deletions
26
plugins/inventory/nova.ini
Normal file
26
plugins/inventory/nova.ini
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# 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 =
|
||||
Loading…
Add table
Add a link
Reference in a new issue