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,14 +1,18 @@
- name: obtain http-01 challenge certificates
---
- tags: ["certbot", "certbot-cert"]
name: obtain http-01 challenge certificates
loop: "{{ certbot__certificate_domains }}"
ansible.builtin.include_tasks:
file: main/http_01_cert.yaml
- name: validate certs config
- tags: ["certbot", "certbot-cert"]
name: validate certs config
loop: "{{ certbot__certs }}"
ansible.builtin.include_tasks:
file: main/validate_cert.yaml
- name: obtain certs
- tags: ["certbot", "certbot-cert"]
name: obtain certs
loop: "{{ certbot__certs }}"
ansible.builtin.include_tasks:
file: main/cert.yaml