Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-03T08:02:21.000Z (over 2 years ago)
- Last Synced: 2024-08-01T15:04:26.635Z (3 months ago)
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 7
- 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 ()