From 8183a07a099a61867aa01b5b1fd12d92fd0f4dde Mon Sep 17 00:00:00 2001 From: Lucas Costa Beyeler Date: Mon, 10 Apr 2017 13:13:59 -0300 Subject: [PATCH 1/2] Including chat and the owncloud plugin --- files/installZimbra-keystrokes | 2 ++ tasks/vars/zimbra-Debian.yml | 6 +++--- tasks/vars/zimbra-RedHat.yml | 6 +++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/files/installZimbra-keystrokes b/files/installZimbra-keystrokes index 37c9f53..820643b 100644 --- a/files/installZimbra-keystrokes +++ b/files/installZimbra-keystrokes @@ -12,3 +12,5 @@ y y y y +y +y diff --git a/tasks/vars/zimbra-Debian.yml b/tasks/vars/zimbra-Debian.yml index 9eac3d6..27a6461 100644 --- a/tasks/vars/zimbra-Debian.yml +++ b/tasks/vars/zimbra-Debian.yml @@ -2,12 +2,12 @@ # correct package to install - name: Set the Playbook to Install Zimbra Collaboration 8.7 - Open Source Edition - set_fact: zmurl=https://files.zimbra.com/downloads/8.7.5_GA/ + set_fact: zmurl=https://files.zimbra.com/downloads/8.7.6_GA/ - name: Check if your distro is Ubuntu Server 16.04 LTS - set_fact: zmpkg=zcs-8.7.5_GA_1764.UBUNTU16_64.20170314032533 + set_fact: zmpkg=zcs-8.7.6_GA_1776.UBUNTU16_64.20170326144124 when: ansible_distribution_major_version|int >= 16 - name: Check if your distro is Ubuntu Server 14.04 LTS - set_fact: zmpkg=zcs-8.7.5_GA_1764.UBUNTU14_64.20170314032533 + set_fact: zmpkg=zcs-8.7.6_GA_1776.UBUNTU14_64.20170326144124 when: ansible_distribution_major_version|int >= 14 and ansible_distribution_major_version|int <= 15 diff --git a/tasks/vars/zimbra-RedHat.yml b/tasks/vars/zimbra-RedHat.yml index 5135932..94ea6d5 100644 --- a/tasks/vars/zimbra-RedHat.yml +++ b/tasks/vars/zimbra-RedHat.yml @@ -2,12 +2,12 @@ # correct package to install - name: Set the Playbook to Install Zimbra Collaboration 8.7 - Open Source Edition - set_fact: zmurl=https://files.zimbra.com/downloads/8.7.5_GA/ + set_fact: zmurl=https://files.zimbra.com/downloads/8.7.6_GA/ - name: Check if your distro is Red Hat Enterprise Linux or CentOS (Major 6) - set_fact: zmpkg=zcs-8.7.5_GA_1764.RHEL6_64.20170314032533 + set_fact: zmpkg=zcs-8.7.6_GA_1776.RHEL6_64.20170326144124 when: ansible_distribution_major_version == "6" - name: Check if your distro is Red Hat Enterprise Linux or CentOS (Major 7) - set_fact: zmpkg=zcs-8.7.5_GA_1764.RHEL7_64.20170314032533 + set_fact: zmpkg=zcs-8.7.6_GA_1776.RHEL7_64.20170326144124 when: ansible_distribution_major_version == "7" From a47a2a8f7bd105eda9641b0b90300e52085bfb1d Mon Sep 17 00:00:00 2001 From: Lucas Costa Beyeler Date: Mon, 10 Apr 2017 13:19:33 -0300 Subject: [PATCH 2/2] Updating README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 205cd79..78a5a74 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Ansible-Zimbra Ansible role to install and configure Zimbra Collaboration Open Source Edition in a monoserver environment [![Build Status](https://travis-ci.org/lucascbeyeler/ansible-zimbra.svg?branch=master)](https://travis-ci.org/lucascbeyeler/ansible-zimbra) -[![Zimbra Version](https://img.shields.io/badge/Zimbra-8.7.5-blue.svg)](https://www.zimbra.com/downloads/zimbra-collaboration-open-source/) +[![Zimbra Version](https://img.shields.io/badge/Zimbra-8.7.6-blue.svg)](https://www.zimbra.com/downloads/zimbra-collaboration-open-source/) Requirements ------------ @@ -46,6 +46,7 @@ Features * Proxy Admin; * HTTP to HTTPS redirect; * LMTP Host Lookup in Native mode; +* Chat and ownCloud plugin; Role Variables