14 lines
347 B
YAML
14 lines
347 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
|