ansible-role-gitea/meta/main.yml

55 lines
1.5 KiB
YAML
Raw Normal View History

2020-06-03 13:27:24 +02:00
galaxy_info:
2020-06-03 13:51:51 +02:00
author: Andrea Dell'Amico
description: Systems Architect
2020-06-03 13:27:24 +02:00
company: ISTI-CNR
issue_tracker_url: https://redmine-s2i2s.isti.cnr.it/projects/provisioning
2020-06-03 13:51:51 +02:00
license: EUPL 1.2+
2020-06-03 13:27:24 +02:00
min_ansible_version: 2.8
# To view available platforms and versions (or releases), visit:
# https://galaxy.ansible.com/api/v1/platforms/
#
2020-06-03 13:51:51 +02:00
platforms:
- name: Ubuntu
versions:
- bionic
galaxy_tags:
2021-06-16 12:18:43 +02:00
- git
2020-06-03 13:51:51 +02:00
dependencies:
2020-12-04 13:06:04 +01:00
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-postgresql.git
2020-06-03 13:51:51 +02:00
when: gitea_local_postgresql
name: postgresql
version: master
state: latest
2020-12-04 13:06:04 +01:00
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-mysql.git
2020-06-03 13:51:51 +02:00
when: gitea_local_mysql
name: mysql
version: master
state: latest
2020-12-04 13:06:04 +01:00
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-nginx.git
2020-06-03 13:51:51 +02:00
when: gitea_nginx_frontend
name: nginx
version: master
state: latest
2020-12-04 13:06:04 +01:00
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-redis.git
2020-06-03 13:51:51 +02:00
when: gitea_local_redis
name: redis
version: master
state: latest
2020-12-04 13:06:04 +01:00
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-memcached.git
2020-06-03 13:51:51 +02:00
when: gitea_local_memcache
name: memcached
version: master
state: latest
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-python3-environment.git
when: gitea_install_viewer_addons
name: python3-environment
version: master
state: latest
2020-06-03 13:27:24 +02:00