ispmail-bullseye-ansible
ispmail-bullseye-ansible copied to clipboard
Making roles modular to support spliting ispmail over multiple containers?
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?
@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. ;)