From 0fe02441165eaca1da2cfd4666a53729794a5c20 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Mon, 28 Jun 2021 15:19:29 +0200 Subject: [PATCH] Update Galaxy metadata (company, platforms and galaxy_tags) --- CHANGELOG.md | 1 + apache/meta/main.yml | 18 ++++++++++++------ apt/meta/main.yml | 16 +++++++++++----- bind/meta/main.yml | 16 +++++++++++----- dhcpd/meta/main.yml | 16 +++++++++++----- drbd/meta/main.yml | 16 +++++++++++----- elasticsearch/meta/main.yml | 14 +++++++------- etc-git/meta/main.yml | 21 ++++++++++++++++----- evoacme/meta/main.yml | 22 ++++++++++++++++------ evocheck/meta/main.yml | 11 ++++++----- evolinux-base/meta/main.yml | 22 ++++++++++++++++------ evolinux-todo/meta/main.yml | 11 ++++++----- evolinux-users/meta/main.yml | 22 ++++++++++++++++------ evomaintenance/meta/main.yml | 12 ++++++------ fail2ban/meta/main.yml | 21 ++++++++++++++++----- filebeat/meta/main.yml | 22 ++++++++++++++++------ fluentd/meta/main.yml | 22 ++++++++++++++++------ haproxy/meta/main.yml | 21 ++++++++++++++++----- java/meta/main.yml | 22 ++++++++++++++++------ jenkins/meta/main.yml | 12 +++++++----- kibana/meta/main.yml | 22 ++++++++++++++++------ kvm-host/meta/main.yml | 21 ++++++++++++++------- ldap/meta/main.yml | 21 ++++++++++++++++----- listupgrade/meta/main.yml | 12 +++++++----- logstash/meta/main.yml | 21 ++++++++++++++++----- lxc-php/meta/main.yml | 23 +++++++++++++++++------ lxc/meta/main.yml | 23 +++++++++++++++++------ memcached/meta/main.yml | 22 +++++++++++++++++----- metricbeat/meta/main.yml | 22 ++++++++++++++++------ minifirewall/meta/main.yml | 21 ++++++++++++++++----- mongodb/meta/main.yml | 10 ++++++---- monit/meta/main.yml | 21 ++++++++++++++++----- munin/meta/main.yml | 21 ++++++++++++++++----- mysql-oracle/meta/main.yml | 22 ++++++++++++++++------ mysql/meta/main.yml | 21 ++++++++++++++++----- nagios-nrpe/meta/main.yml | 21 ++++++++++++++++----- networkd-to-ifconfig/meta/main.yml | 21 ++++++++++++++++----- newrelic/meta/main.yml | 21 ++++++++++++++++----- nginx/meta/main.yml | 21 ++++++++++++++++----- nodejs/meta/main.yml | 21 ++++++++++++++++----- packweb-apache/meta/main.yml | 23 ++++++++++++++++------- php/meta/main.yml | 22 ++++++++++++++++------ postfix/meta/main.yml | 21 ++++++++++++++++----- postgresql/meta/main.yml | 21 ++++++++++++++++----- proftpd/meta/main.yml | 22 ++++++++++++++++------ rabbitmq/meta/main.yml | 22 ++++++++++++++++------ rbenv/meta/main.yml | 21 ++++++++++++++++----- redis/meta/main.yml | 21 ++++++++++++++++----- squid/meta/main.yml | 22 ++++++++++++++++------ ssl/meta/main.yml | 22 ++++++++++++++++------ tomcat-instance/meta/main.yml | 21 ++++++++++++++++----- tomcat/meta/main.yml | 21 ++++++++++++++++----- varnish/meta/main.yml | 21 ++++++++++++++++----- vrrpd/meta/main.yml | 21 ++++++++++++++++----- webapps/evoadmin-web/meta/main.yml | 14 ++++++++++++-- webapps/wordpress/meta/main.yml | 21 ++++++++++++++++----- 56 files changed, 787 insertions(+), 295 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bac6d542..004caa76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ The **patch** part changes incrementally at each release. ### Changed +* Update Galaxy metadata (company, platforms and galaxy_tags) * Use 'loop' syntax instead of 'with_first_found/with_items/with_dict/with_nested/with_list' * Use Ansible syntax used in Ansible 2.8+ * apt: store keys in /etc/apt/trusted.gpg.d in ascii format diff --git a/apache/meta/main.yml b/apache/meta/main.yml index 3f717653..c4daabd5 100644 --- a/apache/meta/main.yml +++ b/apache/meta/main.yml @@ -1,18 +1,24 @@ +--- galaxy_info: - author: Evolix + company: Evolix description: Installation and basic configuration of Apache issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie - - stretch + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # Be sure to remove the '[]' above if you add dependencies + # to this list. dependencies: [] # List your role dependencies here, one per line. diff --git a/apt/meta/main.yml b/apt/meta/main.yml index b9fd3b76..c1872414 100644 --- a/apt/meta/main.yml +++ b/apt/meta/main.yml @@ -1,17 +1,23 @@ galaxy_info: - author: Evolix + company: Evolix description: Add repositories to APT sources list. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # Be sure to remove the '[]' above if you add dependencies + # to this list. dependencies: [] # List your role dependencies here, one per line. diff --git a/bind/meta/main.yml b/bind/meta/main.yml index 5f082615..6cf180b1 100644 --- a/bind/meta/main.yml +++ b/bind/meta/main.yml @@ -1,17 +1,23 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation and basic configuration of bind9. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # Be sure to remove the '[]' above if you add dependencies + # to this list. dependencies: [] # List your role dependencies here, one per line. diff --git a/dhcpd/meta/main.yml b/dhcpd/meta/main.yml index 74b43142..44edbee0 100644 --- a/dhcpd/meta/main.yml +++ b/dhcpd/meta/main.yml @@ -1,17 +1,23 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation and basic configuration of isc-dhcp-server. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # Be sure to remove the '[]' above if you add dependencies + # to this list. dependencies: [] # List your role dependencies here, one per line. diff --git a/drbd/meta/main.yml b/drbd/meta/main.yml index f07ce45d..511001b0 100644 --- a/drbd/meta/main.yml +++ b/drbd/meta/main.yml @@ -1,17 +1,23 @@ galaxy_info: - author: Evolix + company: Evolix description: Install tools to setup DRBD replication accross servers. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # Be sure to remove the '[]' above if you add dependencies + # to this list. dependencies: [] # List your role dependencies here, one per line. diff --git a/elasticsearch/meta/main.yml b/elasticsearch/meta/main.yml index 9bd6757b..fa608e85 100644 --- a/elasticsearch/meta/main.yml +++ b/elasticsearch/meta/main.yml @@ -1,20 +1,20 @@ --- galaxy_info: - author: Evolix + company: Evolix description: Install Elasticsearch issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie - - stretch - - buster + - name: Debian + versions: + - jessie + - stretch + - buster galaxy_tags: [] # List tags for your role here, one per line. A tag is diff --git a/etc-git/meta/main.yml b/etc-git/meta/main.yml index ef9d621e..cb666d15 100644 --- a/etc-git/meta/main.yml +++ b/etc-git/meta/main.yml @@ -1,17 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Put /etc under Git version control. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/evoacme/meta/main.yml b/evoacme/meta/main.yml index ea0c5551..c238d701 100644 --- a/evoacme/meta/main.yml +++ b/evoacme/meta/main.yml @@ -1,18 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Install evoacme ; a wrapper for Certbot (Let's Encrypt) issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - stretch - - buster + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/evocheck/meta/main.yml b/evocheck/meta/main.yml index 35c76d72..9f435be4 100644 --- a/evocheck/meta/main.yml +++ b/evocheck/meta/main.yml @@ -7,13 +7,14 @@ galaxy_info: license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie - - squeeze + - name: Debian + versions: + - jessie + - stretch + - buster galaxy_tags: [] # List tags for your role here, one per line. A tag is diff --git a/evolinux-base/meta/main.yml b/evolinux-base/meta/main.yml index 58265332..84c001c1 100644 --- a/evolinux-base/meta/main.yml +++ b/evolinux-base/meta/main.yml @@ -1,18 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Evolix usual customizations for a Debian installation. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie - - stretch + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/evolinux-todo/meta/main.yml b/evolinux-todo/meta/main.yml index b1936540..bf350519 100644 --- a/evolinux-todo/meta/main.yml +++ b/evolinux-todo/meta/main.yml @@ -7,13 +7,14 @@ galaxy_info: license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie - - stretch + - name: Debian + versions: + - jessie + - stretch + - buster galaxy_tags: [] # List tags for your role here, one per line. A tag is diff --git a/evolinux-users/meta/main.yml b/evolinux-users/meta/main.yml index 8e019209..bac538ed 100644 --- a/evolinux-users/meta/main.yml +++ b/evolinux-users/meta/main.yml @@ -1,18 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Creates evolinux users accounts. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie - - stretch + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/evomaintenance/meta/main.yml b/evomaintenance/meta/main.yml index cb592aea..0e672054 100644 --- a/evomaintenance/meta/main.yml +++ b/evomaintenance/meta/main.yml @@ -7,14 +7,14 @@ galaxy_info: license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - stretch - - jessie - - squeeze + - name: Debian + versions: + - jessie + - stretch + - buster galaxy_tags: [] # List tags for your role here, one per line. A tag is diff --git a/fail2ban/meta/main.yml b/fail2ban/meta/main.yml index 5b80af79..54bdf4e8 100644 --- a/fail2ban/meta/main.yml +++ b/fail2ban/meta/main.yml @@ -1,17 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Install Fail2ban and a few filters. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/filebeat/meta/main.yml b/filebeat/meta/main.yml index 97898e88..ce487942 100644 --- a/filebeat/meta/main.yml +++ b/filebeat/meta/main.yml @@ -1,18 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation and basic configuration of Filebeat. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie - - stretch + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/fluentd/meta/main.yml b/fluentd/meta/main.yml index 3bbff0c4..ff74528b 100644 --- a/fluentd/meta/main.yml +++ b/fluentd/meta/main.yml @@ -1,18 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation and basic configuration of Fluentd. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie - - stretch + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/haproxy/meta/main.yml b/haproxy/meta/main.yml index 32b06065..be1f56a8 100644 --- a/haproxy/meta/main.yml +++ b/haproxy/meta/main.yml @@ -1,17 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation and basic configuration of HAProxy issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/java/meta/main.yml b/java/meta/main.yml index 9f4d9ab5..719b9ee0 100644 --- a/java/meta/main.yml +++ b/java/meta/main.yml @@ -1,16 +1,26 @@ --- galaxy_info: - author: Evolix + company: Evolix description: Installation of Java issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie - - stretch + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. diff --git a/jenkins/meta/main.yml b/jenkins/meta/main.yml index 7120e512..253b4372 100644 --- a/jenkins/meta/main.yml +++ b/jenkins/meta/main.yml @@ -1,18 +1,20 @@ --- galaxy_info: - author: Evolix + company: Evolix description: Install Jenkins issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster galaxy_tags: [] # List tags for your role here, one per line. A tag is diff --git a/kibana/meta/main.yml b/kibana/meta/main.yml index 4b8408f6..25034e03 100644 --- a/kibana/meta/main.yml +++ b/kibana/meta/main.yml @@ -1,18 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation and basic configuration of Kibana. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie - - stretch + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/kvm-host/meta/main.yml b/kvm-host/meta/main.yml index c10a727c..c8c8988c 100644 --- a/kvm-host/meta/main.yml +++ b/kvm-host/meta/main.yml @@ -1,10 +1,8 @@ --- galaxy_info: - author: Evolix company: Evolix description: Install tools to set-up a KVM host - galaxy_tags: [] issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues @@ -13,8 +11,17 @@ galaxy_info: min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie - - stretch - - buster + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. diff --git a/ldap/meta/main.yml b/ldap/meta/main.yml index aace73c2..94ed8c34 100644 --- a/ldap/meta/main.yml +++ b/ldap/meta/main.yml @@ -1,17 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation and basic configuration of ldap. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/listupgrade/meta/main.yml b/listupgrade/meta/main.yml index 29c56478..1d75ceff 100644 --- a/listupgrade/meta/main.yml +++ b/listupgrade/meta/main.yml @@ -1,17 +1,19 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation and configuration of the listupgrade script issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster galaxy_tags: [] # List tags for your role here, one per line. A tag is diff --git a/logstash/meta/main.yml b/logstash/meta/main.yml index 489fa419..b2ef1210 100644 --- a/logstash/meta/main.yml +++ b/logstash/meta/main.yml @@ -1,17 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation and basic configuration of Logstash. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: - { role: evolix/java, java_alternative: 'openjdk', java_version: 8 } diff --git a/lxc-php/meta/main.yml b/lxc-php/meta/main.yml index 3c965d43..58c2298c 100644 --- a/lxc-php/meta/main.yml +++ b/lxc-php/meta/main.yml @@ -1,18 +1,29 @@ +--- galaxy_info: - author: Evolix + company: Evolix description: Creation of LXC Containers & Setting up PHP-FPM for a multiphp setup issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - stretch - - buster + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. allow_duplicates: yes diff --git a/lxc/meta/main.yml b/lxc/meta/main.yml index 6208702b..cd47f609 100644 --- a/lxc/meta/main.yml +++ b/lxc/meta/main.yml @@ -1,17 +1,28 @@ +--- galaxy_info: - author: Evolix + company: Evolix description: Creation of LXC Containers issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - stretch - - buster + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. allow_duplicates: yes diff --git a/memcached/meta/main.yml b/memcached/meta/main.yml index 6e4ba6d8..022facc7 100644 --- a/memcached/meta/main.yml +++ b/memcached/meta/main.yml @@ -1,17 +1,29 @@ +--- galaxy_info: - author: Evolix + company: Evolix description: Installation and basic configuration of memcached. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/metricbeat/meta/main.yml b/metricbeat/meta/main.yml index 880790f5..697726d8 100644 --- a/metricbeat/meta/main.yml +++ b/metricbeat/meta/main.yml @@ -1,18 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation and basic configuration of Metricbeat. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie - - stretch + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/minifirewall/meta/main.yml b/minifirewall/meta/main.yml index b8cca373..51dcd9cb 100644 --- a/minifirewall/meta/main.yml +++ b/minifirewall/meta/main.yml @@ -1,17 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation and configuration of Minifirewall issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/mongodb/meta/main.yml b/mongodb/meta/main.yml index 72e764e2..cf463d73 100644 --- a/mongodb/meta/main.yml +++ b/mongodb/meta/main.yml @@ -5,12 +5,14 @@ galaxy_info: license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster galaxy_tags: [] # List tags for your role here, one per line. A tag is diff --git a/monit/meta/main.yml b/monit/meta/main.yml index 4a22e18c..64d96a7d 100644 --- a/monit/meta/main.yml +++ b/monit/meta/main.yml @@ -1,17 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation and basic configuration of Monit. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/munin/meta/main.yml b/munin/meta/main.yml index 7b95e655..40eee676 100644 --- a/munin/meta/main.yml +++ b/munin/meta/main.yml @@ -1,17 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation of Munin with a selection of plugins issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/mysql-oracle/meta/main.yml b/mysql-oracle/meta/main.yml index 963a0494..5479f9db 100644 --- a/mysql-oracle/meta/main.yml +++ b/mysql-oracle/meta/main.yml @@ -1,18 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Install and configure MySQL 5.7 (with Oracle packages) issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie - - stretch + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/mysql/meta/main.yml b/mysql/meta/main.yml index 82be1e3c..bd21f0c6 100644 --- a/mysql/meta/main.yml +++ b/mysql/meta/main.yml @@ -1,17 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: your description issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/nagios-nrpe/meta/main.yml b/nagios-nrpe/meta/main.yml index acdb111c..0a9458d5 100644 --- a/nagios-nrpe/meta/main.yml +++ b/nagios-nrpe/meta/main.yml @@ -1,17 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation and custom configuration of Nagios NRPE server. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/networkd-to-ifconfig/meta/main.yml b/networkd-to-ifconfig/meta/main.yml index 7040a19e..4ecab164 100644 --- a/networkd-to-ifconfig/meta/main.yml +++ b/networkd-to-ifconfig/meta/main.yml @@ -1,17 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Switch back from systemd "networkd" to plain old /etc/network/interfaces. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - stretch + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/newrelic/meta/main.yml b/newrelic/meta/main.yml index 0436c6ae..dc077c68 100644 --- a/newrelic/meta/main.yml +++ b/newrelic/meta/main.yml @@ -1,17 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation of NewRelic tools. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/nginx/meta/main.yml b/nginx/meta/main.yml index 39382693..d4530276 100644 --- a/nginx/meta/main.yml +++ b/nginx/meta/main.yml @@ -1,17 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation and basic configuration of Nginx issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/nodejs/meta/main.yml b/nodejs/meta/main.yml index fa8e2dd2..1e928446 100644 --- a/nodejs/meta/main.yml +++ b/nodejs/meta/main.yml @@ -1,17 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation of NodeJS from NPM repositories issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/packweb-apache/meta/main.yml b/packweb-apache/meta/main.yml index 4494dcb4..7033e7e9 100644 --- a/packweb-apache/meta/main.yml +++ b/packweb-apache/meta/main.yml @@ -1,19 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation of Evolix "Pack Web" meta-role issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie - - stretch - - buster + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. allow_duplicates: true diff --git a/php/meta/main.yml b/php/meta/main.yml index 7f5ff289..3d9f77c3 100644 --- a/php/meta/main.yml +++ b/php/meta/main.yml @@ -1,18 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation and basic configuration of php-fpm. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie - - stretch + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/postfix/meta/main.yml b/postfix/meta/main.yml index fe59228a..188769a2 100644 --- a/postfix/meta/main.yml +++ b/postfix/meta/main.yml @@ -1,17 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation and basic configuration of Postfix. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: - { role: evolix/ldap, ldap_schema: 'cn4evolix.ldif', when: postfix_packmail == True } diff --git a/postgresql/meta/main.yml b/postgresql/meta/main.yml index 53ee0fcb..ccdc1dda 100644 --- a/postgresql/meta/main.yml +++ b/postgresql/meta/main.yml @@ -1,17 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation and basic configuration of PostgreSQL issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/proftpd/meta/main.yml b/proftpd/meta/main.yml index 1632f33a..60fb0fa9 100644 --- a/proftpd/meta/main.yml +++ b/proftpd/meta/main.yml @@ -1,18 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation and basic configuration of ProFTPd issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie - - stretch + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/rabbitmq/meta/main.yml b/rabbitmq/meta/main.yml index a5c7d425..1fd89e27 100644 --- a/rabbitmq/meta/main.yml +++ b/rabbitmq/meta/main.yml @@ -1,18 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation and basic configuration of RabbitMq issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie - - buster + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/rbenv/meta/main.yml b/rbenv/meta/main.yml index 5da4ee43..41113441 100644 --- a/rbenv/meta/main.yml +++ b/rbenv/meta/main.yml @@ -1,17 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation of Rbenv, Ruby and some default gems. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/redis/meta/main.yml b/redis/meta/main.yml index 339e926c..f465a547 100644 --- a/redis/meta/main.yml +++ b/redis/meta/main.yml @@ -1,17 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation and basic configuration of Redis. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/squid/meta/main.yml b/squid/meta/main.yml index 1c6287ea..ee20ff5f 100644 --- a/squid/meta/main.yml +++ b/squid/meta/main.yml @@ -1,18 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installatin and configuration of Squid as an outgoing proxy. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie - - stretch + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/ssl/meta/main.yml b/ssl/meta/main.yml index 19ef50ef..575baa70 100644 --- a/ssl/meta/main.yml +++ b/ssl/meta/main.yml @@ -1,18 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Deployment of SSL certificate, key and dhparams issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie - - stretch + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/tomcat-instance/meta/main.yml b/tomcat-instance/meta/main.yml index 692e2d44..98a9de51 100644 --- a/tomcat-instance/meta/main.yml +++ b/tomcat-instance/meta/main.yml @@ -1,18 +1,29 @@ --- galaxy_info: - author: Evolix + company: Evolix description: Configuration of a Tomcat instance. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: - { role: evolix/tomcat } diff --git a/tomcat/meta/main.yml b/tomcat/meta/main.yml index 28ecbd53..e612c99c 100644 --- a/tomcat/meta/main.yml +++ b/tomcat/meta/main.yml @@ -1,17 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation of a Tomcat. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/varnish/meta/main.yml b/varnish/meta/main.yml index 855101e1..d969cd4b 100644 --- a/varnish/meta/main.yml +++ b/varnish/meta/main.yml @@ -1,17 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Installation and basic configuration of Varnish issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line. diff --git a/vrrpd/meta/main.yml b/vrrpd/meta/main.yml index 222df302..82eca7a2 100644 --- a/vrrpd/meta/main.yml +++ b/vrrpd/meta/main.yml @@ -1,14 +1,25 @@ galaxy_info: - author: Evolix + company: Evolix description: Install Evolix's patched vrrpd and adjust sysctl params. issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. \ No newline at end of file diff --git a/webapps/evoadmin-web/meta/main.yml b/webapps/evoadmin-web/meta/main.yml index cf2ad4e5..2c6da2f4 100644 --- a/webapps/evoadmin-web/meta/main.yml +++ b/webapps/evoadmin-web/meta/main.yml @@ -1,19 +1,29 @@ --- galaxy_info: - author: Evolix + company: Evolix description: Installation of evoadmin-web issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - name: Debian versions: - jessie - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: - { role: evolix/proftpd } diff --git a/webapps/wordpress/meta/main.yml b/webapps/wordpress/meta/main.yml index 2adf765b..89f9b27b 100644 --- a/webapps/wordpress/meta/main.yml +++ b/webapps/wordpress/meta/main.yml @@ -1,17 +1,28 @@ galaxy_info: - author: Evolix + company: Evolix description: Install Wordpress site issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues license: GPLv2 - min_ansible_version: 2.2 + min_ansible_version: "2.2" platforms: - - name: Debian - versions: - - jessie + - name: Debian + versions: + - jessie + - stretch + - buster + + galaxy_tags: [] + # List tags for your role here, one per line. A tag is + # a keyword that describes and categorizes the role. + # Users find roles by searching for tags. Be sure to + # remove the '[]' above if you add tags to this list. + # + # NOTE: A tag is limited to a single word comprised of + # alphanumeric characters. Maximum 20 tags per role. dependencies: [] # List your role dependencies here, one per line.