add role tag to certbot role
This commit is contained in:
parent
447e87961b
commit
20b24f6df7
7 changed files with 55 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue