Update role meta/main.yml for galaxy
Change-Id: I35c2d7ad9be65a12ae64b1e155a5ea0e49f4b9f1
This commit is contained in:
parent
53a84a4a4f
commit
d7da031002
@ -1,6 +1,6 @@
|
|||||||
namespace: arecordsansible
|
namespace: arecordsansible
|
||||||
name: ara
|
name: ara
|
||||||
version: 0.0.1
|
version: 0.0.3
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- ARA Records Ansible (https://github.com/ansible-community/ara)
|
- ARA Records Ansible (https://github.com/ansible-community/ara)
|
||||||
|
@ -1,33 +1,24 @@
|
|||||||
---
|
---
|
||||||
# Copyright (c) 2019 Red Hat, Inc.
|
# 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)
|
||||||
# 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/>.
|
|
||||||
|
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: David Moreau-Simard
|
author: The ARA Records Ansible authors
|
||||||
description: Self-contained role to set up ARA and it's components
|
description: Installs an ARA API server and the built-in reporting interface
|
||||||
license: GPLv3
|
license: GPLv3
|
||||||
min_ansible_version: 2.7
|
min_ansible_version: 2.7
|
||||||
platforms:
|
platforms:
|
||||||
|
- name: EL
|
||||||
|
versions:
|
||||||
|
- 8
|
||||||
- name: Fedora
|
- name: Fedora
|
||||||
versions:
|
versions:
|
||||||
- 29
|
- 31
|
||||||
|
- 32
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- bionic
|
- bionic
|
||||||
|
- focal
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- ansible
|
- ansible
|
||||||
- ara
|
- ara
|
||||||
|
26
roles/ara_frontend_nginx/meta/main.yaml
Normal file
26
roles/ara_frontend_nginx/meta/main.yaml
Normal 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: []
|
@ -1,33 +1,24 @@
|
|||||||
---
|
---
|
||||||
# Copyright (c) 2019 Red Hat, Inc.
|
# 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)
|
||||||
# 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/>.
|
|
||||||
|
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: David Moreau-Simard
|
author: The ARA Records Ansible authors
|
||||||
description: Role to set up ara-web
|
description: Installs an ara-web javascript interface
|
||||||
license: GPLv3
|
license: GPLv3
|
||||||
min_ansible_version: 2.7
|
min_ansible_version: 2.7
|
||||||
platforms:
|
platforms:
|
||||||
|
- name: EL
|
||||||
|
versions:
|
||||||
|
- 8
|
||||||
- name: Fedora
|
- name: Fedora
|
||||||
versions:
|
versions:
|
||||||
- 29
|
- 31
|
||||||
|
- 32
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- bionic
|
- bionic
|
||||||
|
- focal
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- ansible
|
- ansible
|
||||||
- ara
|
- ara
|
||||||
|
Loading…
Reference in New Issue
Block a user