18 lines
302 B
YAML
18 lines
302 B
YAML
galaxy_info:
|
|
author: {{ cookiecutter.author_name }}
|
|
description: {{ cookiecutter.project_name }} role for TripleO
|
|
company: Red Hat
|
|
license: Apache 2.0
|
|
min_ansible_version: 2.4
|
|
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
|
|
galaxy_tags:
|
|
- openstack
|
|
- tripleo
|
|
|
|
dependencies: []
|