You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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. ;)
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 theispmail-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 theispmail-packages
role?The text was updated successfully, but these errors were encountered: