Ansible Playbook

Ansible Playbook#

This 3 Nodes scenario can be installed using Ansible: you need to setup a workstation to run Ansible playbooks (please refer to section Prepare the Ansible Environment and following for directions on setting up the workstation), then download the Ansible inventory (see below this paragraph), replace the FQDN and values present in the file according to your planned Carbonio infrastructure (please refer to Section Prepare Inventory).

Before installing, make sure each Node satisfies the Requirements and you have carried out all Preliminaries tasks.

Inventory - “Essential” Scenario

Download_inventory

[postgresServers]
srv1.example.com

[masterDirectoryServers]
srv1.example.com

[replicaDirectoryServers]

[serviceDiscoverServers]
srv1.example.com

[dbsConnectorServers]
srv3.example.com

[mtaServers]
srv2.example.com

[proxyServers]
srv2.example.com

[proxyServers:vars]
webmailHostname=YourWebmailPublicHostname

[applicationServers]
srv3.example.com

[filesServers]

[docsServers]

[taskServers]

[previewServers]

[videoServers]

[prometheusServers]
srv1.example.com

[syslogServer]
srv1.example.com

Once edited the inventory, you can launch Carbonio installation by issuing from the workstation, the command

$ ansible-playbook zxbot.carbonio_install.carbonio_install \
-u root -i carbonio-inventory