add role tag to certbot role
This commit is contained in:
parent
951b4df43e
commit
e08d18f48b
7 changed files with 48 additions and 24 deletions
|
|
@ -1,14 +1,17 @@
|
|||
- 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