From a087dfe4b0e1e338b659f1fcef5d5c219d3baacc Mon Sep 17 00:00:00 2001 From: Lucas Costa Beyeler Date: Fri, 5 Jan 2018 23:11:45 -0200 Subject: [PATCH] Updating to Zimbra 8.8 --- README.md | 7 ++++--- templates/installZimbra-keystrokes | 1 + vars/main.yml | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 56bed70..b3afd2a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Zimbra Ansible role to install and configure Zimbra Collaboration Open Source Edition [![Build Status](https://travis-ci.org/lucascbeyeler/zimbra.svg?branch=master)](https://travis-ci.org/lucascbeyeler/zimbra) -[![Zimbra Version](https://img.shields.io/badge/Zimbra-8.7.11-blue.svg)](https://www.zimbra.com/downloads/zimbra-collaboration-open-source/) +[![Zimbra Version](https://img.shields.io/badge/Zimbra-8.8-blue.svg)](https://www.zimbra.com/downloads/zimbra-collaboration-open-source/) ![Linux Distro](https://img.shields.io/badge/platform-CentOS%20%7C%20Red%20Hat%20%7C%20Ubuntu-blue.svg) ![Branch](https://img.shields.io/badge/Branch-Master-green.svg) [![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" * **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 diff --git a/templates/installZimbra-keystrokes b/templates/installZimbra-keystrokes index fc7260a..34a7e04 100644 --- a/templates/installZimbra-keystrokes +++ b/templates/installZimbra-keystrokes @@ -12,4 +12,5 @@ y {{ zimbra_proxy }} {{ zimbra_chat }} {{ zimbra_drive }} +{{ zimbra_imapd }} y diff --git a/vars/main.yml b/vars/main.yml index fe9b817..6aa8668 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -14,6 +14,7 @@ zimbra_memcached: y zimbra_proxy: y zimbra_chat: n zimbra_drive: n +zimbra_imapd: n zimbra_policyd: n #