Page 1 of 1

Provisioning Zimbra with Ansible

Posted: Sat Feb 18, 2017 11:36 am
by lucascbeyeler
I made an Ansible Playbook to provisioning a Zimbra OSE Server because everyday I need to create a new server, and the install and configuration process took too much time. I released in GitHub and Ansible Galaxy if someone want to use too...

https://github.com/lucascbeyeler/ansible-zimbra

To download with Ansible Galaxy:

ansible-galaxy install lucascbeyeler.ansible-zimbra

Right now is updated with Zimbra OSE 8.7.3 and I will update whenever a new release is launched.

By the way, feel free to create issues or merges if you find that something is missing in the playbook.

Re: Provisioning Zimbra with Ansible

Posted: Sat Feb 18, 2017 11:39 am
by jorgedlcruz
Terrific!

Thank you so much for this

Re: Provisioning Zimbra with Ansible

Posted: Sun Feb 19, 2017 7:18 pm
by Raun
lucascbeyeler wrote:I made an Ansible Playbook to provisioning a Zimbra OSE Server because everyday I need to create a new server, and the install and configuration process took too much time. I released in GitHub and Ansible Galaxy if someone want to use too...

https://github.com/lucascbeyeler/ansible-zimbra

To download with Ansible Galaxy:

ansible-galaxy install lucascbeyeler.ansible-zimbra

Right now is updated with Zimbra OSE 8.7.3 and I will update whenever a new release is launched.

By the way, feel free to create issues or merges if you find that something is missing in the playbook.

Thanks a lot for sharing.

Re: Provisioning Zimbra with Ansible

Posted: Tue Aug 21, 2018 1:10 pm
by 6uellerBpanda
not much but a small snippet to manage distribution lists via ansible

Re: Provisioning Zimbra with Ansible

Posted: Tue Aug 21, 2018 5:10 pm
by DavidMerrill
Nicely! Thanks for sharing!