add role tag to certbot role

This commit is contained in:
lilly 2026-04-30 22:56:28 +02:00
commit 20b24f6df7
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
7 changed files with 55 additions and 24 deletions

View file

@ -1,4 +1,6 @@
- name: ensure existence of renewal deploy hooks directory
---
- tags: ["certbot", "certbot-new_cert_commands"]
name: ensure existence of renewal deploy hooks directory
ansible.builtin.file:
path: /etc/letsencrypt/renewal-hooks/deploy
state: directory
@ -7,7 +9,8 @@
mode: "0755"
become: true
- name: ensure renewal deploy hook commands
- tags: ["certbot", "certbot-new_cert_commands"]
name: ensure renewal deploy hook commands
ansible.builtin.template:
src: renewal_deploy_hook_commands.sh.j2
dest: /etc/letsencrypt/renewal-hooks/deploy/ansible_commands.sh