Signum / ispmail-bookworm-ansible

Ansible playbook to set up a mail server as described in the ISPmail guide at workaround.org
MIT License
26 stars 6 forks source link

Deploy "customized" ISPmail /w Nginx, acme.sh - please advise #8

Closed cmonty14 closed 2 months ago

cmonty14 commented 2 months ago

Hi, I like ISPmail, and I prefer deployment using ansible. However I prefer to use (Free)Nginx (as replacement for Apache) and acme.sh (as replacement for certbot).

Could you please advise how to modify ansible?

THX

Signum commented 2 months ago

@cmonty14 I understand your preference for Nginx. But at the moment I cannot provide anything ready-to-use.

There are semi-official Ansible roles in the Ansible Galaxy for Nginx virtual hosts that you can use. Remember to also set up PHP. Same goes for acme.sh.

If you are not that familiar with Ansible: it's a useful asset and really not that hard to learn.