![Jesse Pretorius](/assets/img/avatar_default.png)
Unnecessary tasks are removed and the ability to ignore a venv download failure is removed as this is not necessary or desirable. It is better for the download to fail and the playbook execution to stop immediately so that the failure point is exposed. Change-Id: I2dbe74353e22368074bc3219605e9c4b2da896e8
26 lines
461 B
YAML
26 lines
461 B
YAML
---
|
|
galaxy_info:
|
|
author: flaviodsr
|
|
description: Installation and setup of sahara
|
|
company: LSD/UFCG
|
|
license: Apache2
|
|
min_ansible_version: 2.0
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- trusty
|
|
- xenial
|
|
categories:
|
|
- cloud
|
|
- python
|
|
- sahara
|
|
- development
|
|
- openstack
|
|
dependencies:
|
|
- pip_install
|
|
- role: apt_package_pinning
|
|
when:
|
|
- ansible_pkg_mgr == 'apt'
|
|
- galera_client
|
|
- openstack_openrc
|