add role tag to certbot role

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

View file

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