ansible-role-nginx/meta/main.yml

28 lines
573 B
YAML
Raw Normal View History

2020-05-28 14:52:45 +02:00
galaxy_info:
2020-06-02 14:52:24 +02:00
author: Andrea Dell'Amico
2023-08-03 12:19:36 +02:00
description: Role that installs and configures nginx <https://nginx.org>
2020-05-28 14:52:45 +02:00
company: ISTI-CNR
2023-08-03 12:19:36 +02:00
namespace: adellam
role_name: nginx
2020-06-02 14:52:24 +02:00
license: EUPL 1.2+
2020-05-28 14:52:45 +02:00
2023-08-03 12:19:36 +02:00
min_ansible_version: "2.9"
2020-05-28 14:52:45 +02:00
#
2020-06-02 14:52:24 +02:00
platforms:
- name: Ubuntu
versions:
- bionic
2023-08-03 12:19:36 +02:00
- focal
- jammy
2020-06-02 14:52:24 +02:00
galaxy_tags:
2023-08-03 12:19:36 +02:00
- nginx
2020-06-02 14:52:24 +02:00
dependencies:
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-ldap-client-config.git
version: master
name: ldap-client-config
state: latest
when: nginx_use_ldap_pam_auth
2020-05-28 14:52:45 +02:00