mirror of https://github.com/lucascbeyeler/zimbra
19 lines
513 B
YAML
19 lines
513 B
YAML
---
|
|
# tasks file for zimbra
|
|
|
|
#
|
|
# Loading variables
|
|
###################################
|
|
- include_vars: file='{{ ansible_os_family }}/packages.yml'
|
|
- include: 'vars/zimbra-{{ ansible_os_family }}.yml'
|
|
|
|
#
|
|
# Starting the install
|
|
###################################
|
|
- include: '{{ ansible_os_family }}/packages.yml'
|
|
- include: nodistro/install-zimbra.yml
|
|
- include: nodistro/install-spamassassin.yml
|
|
- include: nodistro/modify-logo.yml
|
|
when: zmlogologin is defined and zmlogoapp is defined
|
|
notify: reboot-machine
|