Installs acme.sh for RedHat/CentOS and Debian/Ubuntu linux servers.
None.
None.
- hosts: servers
roles:
- willhallonline.acme_sh
- hosts: servers
roles:
- willhallonline.acme_sh
vars:
acme_certificates:
- {d: ["example.com", "example1.com", "www.example.com"]}
# A list of certificates to request, for more names in a single certificate
# add them to the array, i.e. inside the [ ].
acme_certificates:
- {d: ["{{ inventory_hostname }}"]}
# Setup acme username (group will be the same)
acme_username: acme
acme_home_directory: /var/home
# Default to use webroot, other options are route53.
acme_method: webroot
acme_certificate_directory: /etc/acme
acme_webroot_directory: /var/www/html
MIT / BSD
This role was created in 2018 by Will Hall.