File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4
4
Ansible role to install and configure Zimbra Collaboration Open Source Edition
5
5
6
6
[ ![ Build Status] ( https://travis-ci.org/lucascbeyeler/zimbra.svg?branch=master )] ( https://travis-ci.org/lucascbeyeler/zimbra )
7
- [ ![ Zimbra Version] ( https://img.shields.io/badge/Zimbra-8.7.11 -blue.svg )] ( https://www.zimbra.com/downloads/zimbra-collaboration-open-source/ )
7
+ [ ![ Zimbra Version] ( https://img.shields.io/badge/Zimbra-8.8 -blue.svg )] ( https://www.zimbra.com/downloads/zimbra-collaboration-open-source/ )
8
8
![ Linux Distro] ( https://img.shields.io/badge/platform-CentOS%20%7C%20Red%20Hat%20%7C%20Ubuntu-blue.svg )
9
9
![ Branch] ( https://img.shields.io/badge/Branch-Master-green.svg )
10
10
[ ![ Ansible Version] ( https://img.shields.io/badge/Ansible-2.3.1.0-green.svg )] ( https://www.ansible.com/ )
@@ -67,8 +67,9 @@ Service Variables - Inform "y" or "n"
67
67
* ** zimbra_spell:** Enable Zimbra Spell Check - default: ** y**
68
68
* ** zimbra_memcached:** Enable Zimbra Cache Service (Memcached) - default: ** y**
69
69
* ** zimbra_proxy:** Enable Zimbra Proxy Service - default: ** y**
70
- * ** zimbra_chat:** Enable Zimbra Chat ** BETA** - default: ** n**
71
- * ** zimbra_drive:** Enable Zimbra ownCloud Drive ** BETA** - default: ** n**
70
+ * ** zimbra_chat:** Enable Zimbra Chat - default: ** n**
71
+ * ** zimbra_drive:** Enable Zimbra ownCloud Drive - default: ** n**
72
+ * ** zimbra_imapd:** Enable Zimbra IMAPD Solo Service ** BETA** - default: ** n**
72
73
* ** zimbra_policyd:** Enable Zimbra PolicyD Service - default: ** n**
73
74
74
75
Dependencies
Original file line number Diff line number Diff line change 12
12
{{ zimbra_proxy }}
13
13
{{ zimbra_chat }}
14
14
{{ zimbra_drive }}
15
+ {{ zimbra_imapd }}
15
16
y
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ zimbra_memcached: y
14
14
zimbra_proxy : y
15
15
zimbra_chat : n
16
16
zimbra_drive : n
17
+ zimbra_imapd : n
17
18
zimbra_policyd : n
18
19
19
20
#
You can’t perform that action at this time.
0 commit comments