mirror of https://github.com/lucascbeyeler/zimbra
				
				
				
			Merge pull request #10 from lucascbeyeler/patch-8.7.6
Updating Zimbra Version
This commit is contained in:
		
						commit
						5f8b9d07c6
					
				|  | @ -4,7 +4,7 @@ Ansible-Zimbra | ||||||
| Ansible role to install and configure Zimbra Collaboration Open Source Edition in a monoserver environment | Ansible role to install and configure Zimbra Collaboration Open Source Edition in a monoserver environment | ||||||
| 
 | 
 | ||||||
| [](https://travis-ci.org/lucascbeyeler/ansible-zimbra) | [](https://travis-ci.org/lucascbeyeler/ansible-zimbra) | ||||||
| [](https://www.zimbra.com/downloads/zimbra-collaboration-open-source/) | [](https://www.zimbra.com/downloads/zimbra-collaboration-open-source/) | ||||||
| 
 | 
 | ||||||
| Requirements | Requirements | ||||||
| ------------ | ------------ | ||||||
|  | @ -46,6 +46,7 @@ Features | ||||||
| * Proxy Admin; | * Proxy Admin; | ||||||
| * HTTP to HTTPS redirect; | * HTTP to HTTPS redirect; | ||||||
| * LMTP Host Lookup in Native mode; | * LMTP Host Lookup in Native mode; | ||||||
|  | * Chat and ownCloud plugin; | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| Role Variables | Role Variables | ||||||
|  |  | ||||||
|  | @ -12,3 +12,5 @@ y | ||||||
| y | y | ||||||
| y | y | ||||||
| y | y | ||||||
|  | y | ||||||
|  | y | ||||||
|  |  | ||||||
|  | @ -2,12 +2,12 @@ | ||||||
| # correct package to install | # correct package to install | ||||||
| 
 | 
 | ||||||
| - name: Set the Playbook to Install Zimbra Collaboration 8.7 - Open Source Edition | - 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 | - 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 |   when: ansible_distribution_major_version|int >= 16 | ||||||
| 
 | 
 | ||||||
| - name: Check if your distro is Ubuntu Server 14.04 LTS | - 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 |   when: ansible_distribution_major_version|int >= 14 and ansible_distribution_major_version|int <= 15 | ||||||
|  |  | ||||||
|  | @ -2,12 +2,12 @@ | ||||||
| # correct package to install | # correct package to install | ||||||
| 
 | 
 | ||||||
| - name: Set the Playbook to Install Zimbra Collaboration 8.7 - Open Source Edition | - 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) | - 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" |   when: ansible_distribution_major_version == "6" | ||||||
| 
 | 
 | ||||||
| - name: Check if your distro is Red Hat Enterprise Linux or CentOS (Major 7) | - 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" |   when: ansible_distribution_major_version == "7" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue