https://github.com/lukaspustina/dynamic-inventory-for-ansible-with-openstack
Dynamic inventory for Ansible with OpenStack
https://github.com/lukaspustina/dynamic-inventory-for-ansible-with-openstack
Last synced: 6 months ago
JSON representation
Dynamic inventory for Ansible with OpenStack
- Host: GitHub
- URL: https://github.com/lukaspustina/dynamic-inventory-for-ansible-with-openstack
- Owner: lukaspustina
- License: bsd-3-clause
- Created: 2014-06-22T09:40:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T18:47:49.000Z (over 9 years ago)
- Last Synced: 2024-04-20T06:39:58.556Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 26
- Watchers: 5
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dynamic inventory for Ansible with OpenStack
Read about it in the [blog post](https://blog.codecentric.de/en/2014/06/provisioning-iaas-clouds-dynamic-ansible-inventories-openstack-metadata/).
The script has been udpated since publishing the blog post. It now supports more recent versions of `python-novalcient`. In addtion to the description in the blog post, the updated version of the script requires the environment variable `OS_COMPUTE_API_VERSION` to be set to either `1.1`, `2`, or `3` according to your OpenStack installation, e.g., `OS_COMPUTE_API_VERSION=1.1`.