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,11 +1,15 @@
|
|||
- name: validate dns-01-acme-dns challenge type config
|
||||
---
|
||||
- tags: ["certbot", "certbot-validate_cert"]
|
||||
name: validate dns-01-acme-dns challenge type config
|
||||
when: item.challengeType == "dns-01-acme-dns"
|
||||
block:
|
||||
- name: assert dns_01_acme_dns config exists
|
||||
- tags: ["certbot", "certbot-validate_cert"]
|
||||
name: assert dns_01_acme_dns config exists
|
||||
ansible.builtin.assert:
|
||||
that: item.dns_01_acme_dns is defined
|
||||
|
||||
- name: assert dns_01_acme_dns config is valid
|
||||
- tags: ["certbot", "certbot-validate_cert"]
|
||||
name: assert dns_01_acme_dns config is valid
|
||||
ansible.builtin.validate_argument_spec:
|
||||
argument_spec: "{{ required_data }}"
|
||||
provided_arguments:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue