Skip to content

Commit a087dfe

Browse files
author
Lucas Costa Beyeler
committed
Updating to Zimbra 8.8
1 parent 7ff56df commit a087dfe

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Zimbra
44
Ansible role to install and configure Zimbra Collaboration Open Source Edition
55

66
[![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/)
88
![Linux Distro](https://img.shields.io/badge/platform-CentOS%20%7C%20Red%20Hat%20%7C%20Ubuntu-blue.svg)
99
![Branch](https://img.shields.io/badge/Branch-Master-green.svg)
1010
[![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"
6767
* **zimbra_spell:** Enable Zimbra Spell Check - default: **y**
6868
* **zimbra_memcached:** Enable Zimbra Cache Service (Memcached) - default: **y**
6969
* **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**
7273
* **zimbra_policyd:** Enable Zimbra PolicyD Service - default: **n**
7374

7475
Dependencies

templates/installZimbra-keystrokes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ y
1212
{{ zimbra_proxy }}
1313
{{ zimbra_chat }}
1414
{{ zimbra_drive }}
15+
{{ zimbra_imapd }}
1516
y

vars/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ zimbra_memcached: y
1414
zimbra_proxy: y
1515
zimbra_chat: n
1616
zimbra_drive: n
17+
zimbra_imapd: n
1718
zimbra_policyd: n
1819

1920
#

0 commit comments

Comments
 (0)