Ansible role to manage Shade
Go to file
Paul Belanger 05d0984398 Move ansible dependencies into bindep.txt
We dont' want our roles managing ansible dependencies, that will be up
to the user.

Change-Id: I86de314b85c881b3abb7001bd34be8187ad7eddd
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-12-27 11:56:25 -05: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 Fix deprecated becomes logic 2016-11-09 09:28:50 -05:00
tests Fix deprecated becomes logic 2016-11-09 09:28:50 -05:00
vars Move ansible dependencies into bindep.txt 2016-12-27 11:56:25 -05:00
.gitignore Initial commit 2016-02-15 14:39:05 -05:00
.gitreview Added .gitreview 2016-02-15 17:49:14 +00:00
bindep.txt Move ansible dependencies into bindep.txt 2016-12-27 11:56:25 -05: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
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

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