Ansible role to manage OpenStackSDK
Go to file
Paul Belanger b973f2aa1d Clean up punctuation
Change-Id: I4da7e94b049e2a455aaee1b1ed37d9304e8157f6
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-12-10 18:32:58 -05:00
defaults Add support for managing clouds.yaml 2018-12-07 15:46:32 -05:00
doc/source Initial commit 2018-08-05 10:36:21 -04:00
meta Initial commit 2018-08-05 10:36:21 -04:00
tasks Clean up punctuation 2018-12-10 18:32:58 -05:00
templates/root/.config/openstack Add support for managing clouds.yaml 2018-12-07 15:46:32 -05:00
tests Add support for managing clouds.yaml 2018-12-07 15:46:32 -05:00
vars Initial commit 2018-08-05 10:36:21 -04:00
.gitignore Initial commit 2018-08-05 10:36:21 -04:00
.gitreview Added .gitreview 2018-06-04 12:36:16 +00:00
.zuul.yaml Clean up zuul tests 2018-12-06 20:27:26 -05:00
LICENSE Initial commit 2018-08-05 10:36:21 -04:00
README.rst Initial commit 2018-08-05 10:36:21 -04:00
bindep.txt Initial commit 2018-08-05 10:36:21 -04:00
requirements.txt Initial commit 2018-08-05 10:36:21 -04:00
setup.cfg Initial commit 2018-08-05 10:36:21 -04:00
setup.py Initial commit 2018-08-05 10:36:21 -04:00
test-requirements.txt Initial commit 2018-08-05 10:36:21 -04:00
tox.ini Clean up zuul tests 2018-12-06 20:27:26 -05:00

README.rst

ansible-role-openstacksdk

Ansible role to manage 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