https://github.com/stackhpc/ansible-role-os-shade
Ansible role to install python package shade
https://github.com/stackhpc/ansible-role-os-shade
Last synced: 4 days ago
JSON representation
Ansible role to install python package shade
- Host: GitHub
- URL: https://github.com/stackhpc/ansible-role-os-shade
- Owner: stackhpc
- License: apache-2.0
- Created: 2017-04-06T18:59:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-03T08:02:21.000Z (almost 4 years ago)
- Last Synced: 2025-04-04T12:35:44.685Z (about 1 year ago)
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
OpenStack Shade
===============
This role can be used to install the python package `shade`.
Requirements
------------
None
Role Variables
--------------
`os_shade_venv` is a path to a directory in which to create a virtualenv.
`os_shade_install_epel`: Whether to install EPEL repository package.
`os_shade_install_package_dependencies`: Whether to install package
dependencies.
`os_shade_version`: Version of shade to install, or latest if empty.
Dependencies
------------
None
Example Playbook
----------------
The following playbook installs shade and its dependencies in a virtualenv.
---
- name: Ensure shade is installed
hosts: localhost
roles:
- role: stackhpc.os-shade
os_shade_venv: "~/os-shade-venv"
Author Information
------------------
- Mark Goddard ()