ansible-role-default-webpage/meta/main.yml

38 lines
898 B
YAML
Raw Normal View History

2021-01-02 16:25:03 +01:00
galaxy_info:
2021-01-02 18:23:10 +01:00
author: Andrea Dell'Amico
description: Systems Architect
company: ISTI-CNR
2021-01-02 16:25:03 +01:00
2021-01-02 18:23:10 +01:00
issue_tracker_url: https://redmine-s2i2s.isti.cnr.it/projects/provisioning
2021-01-02 16:25:03 +01:00
2021-01-02 18:23:10 +01:00
license: EUPL 1.2+
2021-01-02 16:25:03 +01:00
min_ansible_version: 2.8
# To view available platforms and versions (or releases), visit:
# https://galaxy.ansible.com/api/v1/platforms/
#
platforms:
2021-01-02 18:23:10 +01:00
- name: Ubuntu
versions:
- bionic
- name: EL
versions:
- 7
- 8
galaxy_tags:
- users
dependencies:
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-nginx.git
version: master
name: nginx
state: latest
when: nginx_enabled is defined and nginx_enabled
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-apache.git
version: master
name: apache
state: latest
2021-04-06 12:09:43 +02:00
when: apache_enabled is defined and apache_enabled