Add evolix prefix to role dependencies

This commit is contained in:
Victor LABORIE 2019-11-29 14:19:52 +01:00
parent 6f5e13f8b8
commit 0873bb49e0
7 changed files with 17 additions and 17 deletions

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 }