Signum / ispmail-bullseye-ansible

Ansible playbooks to set up a mail server according to the ISPmail guide at workaround.org / https://workaround.org/ispmail/bullseye/
25 stars 14 forks source link

Making roles modular to support spliting ispmail over multiple containers? #1

Open tim-seoss opened 2 years ago

tim-seoss commented 2 years ago

Thanks for the work on ISPMail in general, and these ansible roles in particular!

I've deployed a buster instance manually in the past, and I'm looking at using ansible for bullseye...

I use lxd to run containers on my server. For the buster install, I deployed the database and also the webmail functionalities into separate containers to increase security isolation.

I noticed that there are several roles which lend themselves to this arrangement already, and although the ispmail-webmail-apache-roundcube role installs its own packages, all other packages are installed by the ispmail-packages role.

Would you accept a PR to further split up the package installation by moving them into the individual roles (e.g. ispmail-database), and maybe eventually removing the ispmail-packages role?

Signum commented 3 months ago

@tim-seoss Sorry for the response two years after your submission. Any help with the Ansible playbook is very welcome. If you are still interested in helping to refactor the playbook and split up the roles, I'd be more than happy. I promise to merge that way quicker than after two years. ;)