Update role meta/main.yml for galaxy

Change-Id: I35c2d7ad9be65a12ae64b1e155a5ea0e49f4b9f1
This commit is contained in:
David Moreau Simard 2020-07-01 15:12:05 -04:00
parent 53a84a4a4f
commit d7da031002
No known key found for this signature in database
GPG Key ID: 7D4729EC4E64E8B7
4 changed files with 47 additions and 39 deletions

View File

@ -1,6 +1,6 @@
namespace: arecordsansible
name: ara
version: 0.0.1
version: 0.0.3
readme: README.md
authors:
- ARA Records Ansible (https://github.com/ansible-community/ara)

View File

@ -1,33 +1,24 @@
---
# Copyright (c) 2019 Red Hat, Inc.
#
# This file is part of ARA Records Ansible.
#
# ARA Records Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# ARA Records Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with ARA Records Ansible. If not, see <http://www.gnu.org/licenses/>.
# Copyright (c) 2020 The ARA Records Ansible authors
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
galaxy_info:
author: David Moreau-Simard
description: Self-contained role to set up ARA and it's components
author: The ARA Records Ansible authors
description: Installs an ARA API server and the built-in reporting interface
license: GPLv3
min_ansible_version: 2.7
platforms:
- name: EL
versions:
- 8
- name: Fedora
versions:
- 29
- 31
- 32
- name: Ubuntu
versions:
- bionic
- focal
galaxy_tags:
- ansible
- ara

View File

@ -0,0 +1,26 @@
---
# Copyright (c) 2020 The ARA Records Ansible authors
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
galaxy_info:
author: The ARA Records Ansible authors
description: Installs an nginx reverse proxy in front of ara-web or an ARA API server
license: GPLv3
min_ansible_version: 2.7
platforms:
- name: EL
versions:
- 8
- name: Fedora
versions:
- 31
- 32
- name: Ubuntu
versions:
- bionic
- focal
galaxy_tags:
- ansible
- ara
dependencies: []

View File

@ -1,33 +1,24 @@
---
# Copyright (c) 2019 Red Hat, Inc.
#
# This file is part of ARA Records Ansible.
#
# ARA Records Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# ARA Records Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with ARA Records Ansible. If not, see <http://www.gnu.org/licenses/>.
# Copyright (c) 2020 The ARA Records Ansible authors
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
galaxy_info:
author: David Moreau-Simard
description: Role to set up ara-web
author: The ARA Records Ansible authors
description: Installs an ara-web javascript interface
license: GPLv3
min_ansible_version: 2.7
platforms:
- name: EL
versions:
- 8
- name: Fedora
versions:
- 29
- 31
- 32
- name: Ubuntu
versions:
- bionic
- focal
galaxy_tags:
- ansible
- ara