You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
defaults | 4 years ago | |
doc/source | 4 years ago | |
meta | 4 years ago | |
tasks | 4 years ago | |
templates/root/.config/openstack | 4 years ago | |
tests | 4 years ago | |
vars | 4 years ago | |
.gitignore | 4 years ago | |
.gitreview | 4 years ago | |
.zuul.yaml | 4 years ago | |
LICENSE | 4 years ago | |
README.rst | 4 years ago | |
bindep.txt | 4 years ago | |
requirements.txt | 4 years ago | |
setup.cfg | 4 years ago | |
setup.py | 4 years ago | |
test-requirements.txt | 4 years ago | |
tox.ini | 4 years ago |
README.rst
ansible-role-openstacksdk
Ansible role to manage OpenStackSDK
- License: Apache License, Version 2.0
- Documentation: https://ansible-role-openstacksdk.readthedocs.org
- Source: https://git.openstack.org/cgit/openstack/ansible-role-openstacksdk
- Bugs: https://bugs.launchpad.net/ansible-role-openstacksdk
Description
OpenStackSDK is a simple client library for operating OpenStack clouds.
Requirements
- pip3 to be installed if using openstacksdk_install_method: (git|pip)
See bindep.txt for role dependencies.
Packages
Package repository index files should be up to date before using this role, we do not manage them.
Role Variables
Dependencies
Example Playbook
- name: Install openstacksdk
hosts: nodepool
roles:
- ansible-role-openstacksdk