15 lines
351 B
YAML
15 lines
351 B
YAML
---
|
|
- tags: ["certbot"]
|
|
name: ensure certbot installation
|
|
ansible.builtin.import_tasks:
|
|
file: main/install.yaml
|
|
|
|
- tags: ["certbot"]
|
|
name: ensure new cert commands
|
|
ansible.builtin.import_tasks:
|
|
file: main/new_cert_commands.yaml
|
|
|
|
- tags: ["certbot"]
|
|
name: ensure certificates
|
|
ansible.builtin.import_tasks:
|
|
file: main/certs.yaml
|