mirror of https://github.com/lucascbeyeler/zimbra
Updating to Zimbra 8.8
This commit is contained in:
parent
7ff56df9f9
commit
a087dfe4b0
|
|
@ -4,7 +4,7 @@ Zimbra
|
|||
Ansible role to install and configure Zimbra Collaboration Open Source Edition
|
||||
|
||||
[](https://travis-ci.org/lucascbeyeler/zimbra)
|
||||
[](https://www.zimbra.com/downloads/zimbra-collaboration-open-source/)
|
||||
[](https://www.zimbra.com/downloads/zimbra-collaboration-open-source/)
|
||||

|
||||

|
||||
[](https://www.ansible.com/)
|
||||
|
|
@ -67,8 +67,9 @@ Service Variables - Inform "y" or "n"
|
|||
* **zimbra_spell:** Enable Zimbra Spell Check - default: **y**
|
||||
* **zimbra_memcached:** Enable Zimbra Cache Service (Memcached) - default: **y**
|
||||
* **zimbra_proxy:** Enable Zimbra Proxy Service - default: **y**
|
||||
* **zimbra_chat:** Enable Zimbra Chat **BETA** - default: **n**
|
||||
* **zimbra_drive:** Enable Zimbra ownCloud Drive **BETA** - default: **n**
|
||||
* **zimbra_chat:** Enable Zimbra Chat - default: **n**
|
||||
* **zimbra_drive:** Enable Zimbra ownCloud Drive - default: **n**
|
||||
* **zimbra_imapd:** Enable Zimbra IMAPD Solo Service **BETA** - default: **n**
|
||||
* **zimbra_policyd:** Enable Zimbra PolicyD Service - default: **n**
|
||||
|
||||
Dependencies
|
||||
|
|
|
|||
|
|
@ -12,4 +12,5 @@ y
|
|||
{{ zimbra_proxy }}
|
||||
{{ zimbra_chat }}
|
||||
{{ zimbra_drive }}
|
||||
{{ zimbra_imapd }}
|
||||
y
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ zimbra_memcached: y
|
|||
zimbra_proxy: y
|
||||
zimbra_chat: n
|
||||
zimbra_drive: n
|
||||
zimbra_imapd: n
|
||||
zimbra_policyd: n
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue