mirror of
https://github.com/roles-ansible/ansible_role_acmetool.git
synced 2024-08-16 12:29:49 +02:00
Ansible role to manage letsencrypt certs with acme tool
.github | ||
defaults | ||
files | ||
meta | ||
tasks | ||
templates | ||
vars | ||
.gitignore | ||
.yamllint | ||
LICENCE | ||
README.md |
Acmetool LE client
Install and configure the acmetool
LE client.
Variables
-
acme_notification_email:
(Default:root@example.org
): LE account email. The default needs to be changed! -
submodules_versioncheck:
(Default:false
): Enable basic versionscheck. (true
is recomended)
Files
- We search the
response-file.yml.j2
using the first_found_loopup with the following config:
files:
- "response-file.{{ inventory_hostname }}.yml.j2"
- 'response-file.yml.j2'
paths:
- 'templates/acmetool'
- "templates/{{ inventory_hostname }}"
- 'files/acmetool'
- "files/{{ inventory_hostname }}"
- 'templates'
References
Good to know
If you are using debian buster, you are probably interested in a more up to date version of acmetool. Have a look at the do1jlri.acmetool_fix role, that will install a specific version of acmetool on debian based systems.
Testing
We are using the following github actions for testing and releasing to ansible galaxy.
Action Status | Marketplace |
---|---|
ansible-lint | |
publish-ansible-role-to-galaxy | |
yamllint-github-action |