Ansible role to manage Shade
Go to file
Paul Belanger 63a208c086 Initial commit
A lot of this code is based on ansible-role-diskimage-builder.

Change-Id: I8012688ee16635d743d1af9aa7b43f084e5e9237
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-02-15 14:39:05 -05:00
defaults Initial commit 2016-02-15 14:39:05 -05: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 Initial commit 2016-02-15 14:39:05 -05:00
tests Initial commit 2016-02-15 14:39:05 -05:00
vars Initial commit 2016-02-15 14:39:05 -05: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 Initial commit 2016-02-15 14:39:05 -05: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

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