2fc3a3ee49
All references to Gentoo, SUSE, Debian stretch and Centos-7 are removed. Conditional tasks, ternary operators and variables are simplified where possible OS specific variables files are generalised where possible Change-Id: Ibec329fa5dca39222519b99ad27d78b46c11633e
30 lines
518 B
YAML
30 lines
518 B
YAML
---
|
|
galaxy_info:
|
|
author: Donovan Francesco <donovan.francesco@is.co.za>
|
|
description: Deploy Trove with OpenStack Ansible
|
|
company: OpenStack
|
|
license: Apache-2.0
|
|
min_ansible_version: 2.2
|
|
version: 0.1.0
|
|
platforms:
|
|
- name: Debian
|
|
versions:
|
|
- buster
|
|
- name: Ubuntu
|
|
versions:
|
|
- bionic
|
|
- focal
|
|
- name: EL
|
|
versions:
|
|
- 8
|
|
galaxy_tags:
|
|
- cloud
|
|
- openstack
|
|
- python
|
|
- trove
|
|
|
|
dependencies:
|
|
- role: apt_package_pinning
|
|
when:
|
|
- ansible_pkg_mgr == 'apt'
|