add role tag to certbot role
This commit is contained in:
parent
296214db55
commit
e4722257b9
7 changed files with 31 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue