mailcow / mailcow-ansiblerole

The official ansible role to setup mailcow using Ansible
GNU General Public License v3.0
75 stars 49 forks source link

Redesign of Repo #13

Closed railworks2 closed 3 years ago

railworks2 commented 3 years ago

This change does require modifications from previous implications of this Ansible role/playbook to work

In short, this change is designed to be a single point of call to cover all the process of installing MailCow using Ansible.

+ Added DockerForMailCow - Installs Docker-CE and DockerCompose.
+ Added correct license - UNLICENSE 
* Moved MailCow role into it's own folder
* Corrected readme to reflect changes
+ Added sample playbook as a dedicated file for quicker uptime.

Small note: Still a noob at contributing FOSS so take that into consideration but feel free to give any feedback on these changes.

ntimo commented 3 years ago

Thanks for your PR, it looks quite nice. But since this should be a Ansible role that can be used in existing setups, we can't accept this PR. But I am actually thinking of producing a "bootstrap" example playbook using the mailcow Ansible role.