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: ensure certbot installation
|
||||
---
|
||||
- tags: ["certbot"]
|
||||
name: ensure certbot installation
|
||||
ansible.builtin.import_tasks:
|
||||
file: main/install.yaml
|
||||
|
||||
- name: ensure new cert commands
|
||||
- tags: ["certbot"]
|
||||
name: ensure new cert commands
|
||||
ansible.builtin.import_tasks:
|
||||
file: main/new_cert_commands.yaml
|
||||
|
||||
- name: ensure certificates
|
||||
- tags: ["certbot"]
|
||||
name: ensure certificates
|
||||
ansible.builtin.import_tasks:
|
||||
file: main/certs.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue