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,11 +1,14 @@
|
|||
- 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