2023-08-02 20:47:22 +02:00
|
|
|
- name: ensure certbot installation
|
|
|
|
ansible.builtin.import_tasks:
|
|
|
|
file: main/install.yaml
|
|
|
|
|
2024-01-28 03:29:39 +01:00
|
|
|
- name: ensure new cert commands
|
|
|
|
ansible.builtin.import_tasks:
|
|
|
|
file: main/new_cert_commands.yaml
|
|
|
|
|
2023-08-02 20:47:22 +02:00
|
|
|
- name: ensure certificates
|
|
|
|
ansible.builtin.import_tasks:
|
|
|
|
file: main/certs.yaml
|