ansible-infra/roles/certbot/tasks/main.yaml

15 lines
357 B
YAML

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