mirror of https://github.com/lucascbeyeler/zimbra
Removing bugfix for 8.8.5
This commit is contained in:
parent
1b7e74a629
commit
79156641a8
|
|
@ -53,7 +53,6 @@ Role Variables
|
||||||
* **zmlogologin:** Inform the path for your logo (Login Screen) - don't inform and no image will be applied;
|
* **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;
|
* **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;
|
* **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"
|
Service Variables - Inform "y" or "n"
|
||||||
--------------
|
--------------
|
||||||
|
|
@ -91,7 +90,6 @@ Example Playbook
|
||||||
timezone: America/Sao_Paulo
|
timezone: America/Sao_Paulo
|
||||||
zmpasswd: 123change
|
zmpasswd: 123change
|
||||||
zmnetwork: 192.168.122.0/24
|
zmnetwork: 192.168.122.0/24
|
||||||
ip_address: 192.168.122.192
|
|
||||||
zmlogologin: /tmp/login.png
|
zmlogologin: /tmp/login.png
|
||||||
zmlogoapp: /tmp/app.png
|
zmlogoapp: /tmp/app.png
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -26,4 +26,3 @@ domain: "localdomain"
|
||||||
zmpasswd: "!23Change"
|
zmpasswd: "!23Change"
|
||||||
zmnetwork: "192.168.200.0/8"
|
zmnetwork: "192.168.200.0/8"
|
||||||
timezone: UTC
|
timezone: UTC
|
||||||
ip_address: "127.0.0.1"
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue