Add evolix prefix to role dependencies
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6f5e13f8b8
commit
0873bb49e0
7 changed files with 17 additions and 17 deletions
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
dependencies:
|
||||
- { role: amavis }
|
||||
- { role: evolix/amavis }
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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 }}" }
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
dependencies:
|
||||
- { role: amavis }
|
||||
- { role: evolix/amavis }
|
||||
|
|
Loading…
Reference in a new issue