Skip to content

Commit

Permalink
Updating Ansible version Bugfix for Zimbra 8.8.5 not working the acce…
Browse files Browse the repository at this point in the history
…ss by IP and updating script to Ansible 2.4 Bugfix for Zimbra 8.8.5 not working the access by IP 1 hour ago Changing version to 8.8.5 Updating download address to 8.8 3 hours ago Updating to Zimbra 8.8 12 hours ago Bugfix #11 - Role fails to find local zimbra commands 3 months ago Including Antispam Auto Update Update README.md Including bayesian mail filtering options 4 months ago Update sauser.cf Bugfix - part of the code was comment for debug. 5 months ago Updating README.md Updating README.md Uploading new test.yml Updating README.md Correcting README.md Bugfix - Ignoring errors from the restart step Rewrite of the README.md Bugfix - Enabling zimbra reboot after playbook run Bugfix - Removing variables for logo Bugfix - Wrong name for the services 3 file changes in working directory View changes commit:90bc5a Bugfix for Zimbra 8.8.5 not working the access by IP
  • Loading branch information
lucascbeyeler committed Jan 7, 2018
1 parent 732a0d8 commit 8e2be51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Role Variables
* **zmlogologin:** Inform the path for your logo (Login Screen) - don't inform and no image will be applied;
* **zmlogoapp:** Inform the path for your logo (Application Screen) - don't inform and no image will be applied;
* **timezone:** inform the timezone the playbook should set in your server;
* **ip_address:** inform the server's ip address - See [ZCS 8.8 upgrade Proxy port problem](https://forums.zimbra.org/viewtopic.php?f=15&t=62695)

Service Variables - Inform "y" or "n"
--------------
Expand Down Expand Up @@ -90,6 +91,7 @@ Example Playbook
timezone: America/Sao_Paulo
zmpasswd: 123change
zmnetwork: 192.168.122.0/24
ip_address: 192.168.122.192
zmlogologin: /tmp/login.png
zmlogoapp: /tmp/app.png
```
Expand Down
2 changes: 1 addition & 1 deletion tasks/install/zimbra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
chdir: /opt/zimbra/bin/

- name: Configuring Zimbra Hostname for Domain {{ domain }}
command: ./zmprov md {{ domain }} zimbraVirtualIPAddress 127.0.0.1
command: ./zmprov md {{ domain }} zimbraVirtualIPAddress {{ ip_address }}
args:
chdir: /opt/zimbra/bin/

Expand Down
1 change: 1 addition & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ domain: "localdomain"
zmpasswd: "!23Change"
zmnetwork: "192.168.200.0/8"
timezone: UTC
ip_address: "127.0.0.1"

0 comments on commit 8e2be51

Please sign in to comment.