Release 10.0.0 #100

Manually merged
jlecour merged 321 commits from unstable into stable 2020-05-13 11:25:49 +02:00
7 changed files with 17 additions and 17 deletions
Showing only changes of commit 0873bb49e0 - Show all commits

View file

@ -1,3 +1,3 @@
---
dependencies:
- { role: amavis }
- { role: evolix/amavis }

View file

@ -25,4 +25,4 @@ galaxy_info:
# alphanumeric characters. Maximum 20 tags per role.
dependencies:
- { role: java, alternative: 'openjdk', java_version: 8 }
- { role: evolix/java, alternative: 'openjdk', java_version: 8 }

View file

@ -24,4 +24,4 @@ galaxy_info:
# alphanumeric characters. Maximum 20 tags per role.
dependencies:
- { role: java, java_alternative: 'openjdk', java_version: 8 }
- { role: evolix/java, java_alternative: 'openjdk', java_version: 8 }

View file

@ -14,4 +14,4 @@ galaxy_info:
- jessie
dependencies:
- { role: java, java_alternative: 'openjdk', java_version: 8 }
- { role: evolix/java, java_alternative: 'openjdk', java_version: 8 }

View file

@ -15,10 +15,10 @@ galaxy_info:
- stretch
dependencies:
- { role: apache }
- { role: php, php_apache_enable: True, when: packweb_apache_modphp }
- { role: php, php_fpm_enable: True, when: packweb_apache_fpm }
- { role: squid, squid_localproxy_enable: True }
- { role: mysql, when: packweb_mysql_variant == "debian" }
- { role: mysql-oracle, when: packweb_mysql_variant == "oracle" }
- { role: webapps/evoadmin-web, evoadmin_enable_vhost: "{{ packweb_enable_evoadmin_vhost }}" }
- { role: evolix/apache }
- { role: evolix/php, php_apache_enable: True, when: packweb_apache_modphp }
- { role: evolix/php, php_fpm_enable: True, when: packweb_apache_fpm }
- { role: evolix/squid, squid_localproxy_enable: True }
- { role: evolix/mysql, when: packweb_mysql_variant == "debian" }
- { role: evolix/mysql-oracle, when: packweb_mysql_variant == "oracle" }
- { role: evolix/webapps/evoadmin-web, evoadmin_enable_vhost: "{{ packweb_enable_evoadmin_vhost }}" }

View file

@ -14,8 +14,8 @@ galaxy_info:
- jessie
dependencies:
- { role: ldap, ldap_schema: 'cn4evolix.ldif', when: postfix_packmail == True }
- { role: spamassasin, when: postfix_packmail == True }
- { role: clamav, when: postfix_packmail == True }
- { role: opendkim, when: postfix_packmail == True }
- { role: dovecot, when: postfix_packmail == True }
- { role: evolix/ldap, ldap_schema: 'cn4evolix.ldif', when: postfix_packmail == True }
- { role: evolix/spamassasin, when: postfix_packmail == True }
- { role: evolix/clamav, when: postfix_packmail == True }
- { role: evolix/opendkim, when: postfix_packmail == True }
- { role: evolix/dovecot, when: postfix_packmail == True }

View file

@ -1,3 +1,3 @@
---
dependencies:
- { role: amavis }
- { role: evolix/amavis }