ansible-collection-webserver/roles/certbot/tasks/main.yml

14 lines
261 B
YAML
Raw Normal View History

2021-04-26 00:07:37 +02:00
---
2024-08-11 03:39:26 +02:00
- name: Install certbot
ansible.builtin.import_tasks: install.yml
2021-04-26 00:07:37 +02:00
tags:
- "role::certbot"
- "role::certbot:install"
2024-08-11 03:39:26 +02:00
- name: Issue certificates
ansible.builtin.import_tasks: issue.yml
2021-04-26 00:07:37 +02:00
tags:
- "role::certbot"
- "role::certbot:issue"