openstack-ansible-os_trove/meta/main.yml
Jonathan Rosser 2fc3a3ee49 Remove references to unsupported operating systems
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
2021-03-10 12:16:40 +00:00

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'