- An Ubuntu 20.04 server configured with a Fully Qualified Domain Name (FQDN).
- A non-root user with sudo privileges.
- has ansible installed
- community.general module is installed. If doesn't:
ansible-galaxy collection install community.general
ansible-galaxy collection install community.mysql**
- domain - your domain
- password - password for mailbox collector_name@domain
- email - your email for certbot
- collector_name - the username part of email, you want to recieve all the mails
If you facing problems with permissions, be sure that user you chose has sudo permissions. If it doesn't help, try to allow this user to use sudo without password.
There is no spam filter yet