
- Use dictionary for service group mappings, bringing the role into line with the method used in other roles; - Use systemd module instead of shell on the services restart handlers; - Use ansible package module to install distro packages; - Added variables for CentOS. The role should now support CentOS; - Removed extras folder. Change-Id: I5c8430804aacceca01c5821ca2528514033d15f4
25 lines
444 B
YAML
25 lines
444 B
YAML
---
|
|
galaxy_info:
|
|
author: flaviodsr
|
|
description: Installation and setup of sahara
|
|
company: LSD/UFCG
|
|
license: Apache2
|
|
min_ansible_version: 2.1
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- xenial
|
|
categories:
|
|
- cloud
|
|
- python
|
|
- sahara
|
|
- development
|
|
- openstack
|
|
dependencies:
|
|
- pip_install
|
|
- role: apt_package_pinning
|
|
when:
|
|
- ansible_pkg_mgr == 'apt'
|
|
- galera_client
|
|
- openstack_openrc
|