Deploys and sets up certbot, including automated renewal and file system permissions.
To install Arch Linux packages, this role relies on the pacman module of the community general collection. Install it with ansible-galaxy collection install community.general
.
None.
For automated renewal to work by default, this assumes you have nginx set up correctly. See my nginx role.
- hosts: all
become: true
roles:
- ansible-role-certbot
Ansible-role-certbot is licensed under the MIT license.