c5ecb56867
This change adds suport for Ubuntu 16.04 with SystemD while keeping the support for Ubuntu 14.04 with upstart. Implements: blueprint support-ubuntu-1604 Change-Id: Iffed984d6c2c881cbac31919dc805b6122dd4f3f
26 lines
463 B
YAML
26 lines
463 B
YAML
---
|
|
galaxy_info:
|
|
author: flaviodsr
|
|
description: Installation and setup of sahara
|
|
company: LSD/UFCG
|
|
license: Apache2
|
|
min_ansible_version: 1.9.4
|
|
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
|