Ansible role to manage Shade
Go to file
Paul Belanger afd0a7e703
Simplify pip install options
Using the omit template, we can now better control which pip options
we set.

Change-Id: I8ef6c7bad92c5cae0ac00945e6ab94d9322c0097
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-09-03 21:14:24 -04:00
defaults Simplify pip install options 2016-09-03 21:14:24 -04:00
doc/source Initial commit 2016-02-15 14:39:05 -05:00
meta Initial commit 2016-02-15 14:39:05 -05:00
tasks Simplify pip install options 2016-09-03 21:14:24 -04:00
tests Fix path issue with roles_path 2016-08-12 20:41:23 -04:00
vars Remove epel-release / python-pip from role 2016-09-03 20:55:13 -04:00
.gitignore Initial commit 2016-02-15 14:39:05 -05:00
.gitreview Added .gitreview 2016-02-15 17:49:14 +00:00
LICENSE Initial commit 2016-02-15 14:39:05 -05:00
README.rst Remove epel-release / python-pip from role 2016-09-03 20:55:13 -04:00
bindep.txt Remove epel-release / python-pip from role 2016-09-03 20:55:13 -04:00
requirements.txt Initial commit 2016-02-15 14:39:05 -05:00
setup.cfg Initial commit 2016-02-15 14:39:05 -05:00
setup.py Initial commit 2016-02-15 14:39:05 -05:00
test-requirements.txt Initial commit 2016-02-15 14:39:05 -05:00
tox.ini Initial commit 2016-02-15 14:39:05 -05:00

README.rst

ansible-role-shade

Ansible role to manage Shade

Description

Shade is a simple client library for operating OpenStack clouds.

Requirements

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 shade
  hosts: nodepool
  roles:
    - ansible-role-shade