mirror of
https://github.com/nikdoof/ansible-certbot.git
synced 2025-12-13 07:32:15 +00:00
12 lines
253 B
YAML
12 lines
253 B
YAML
---
|
|
- name: Install Certbot
|
|
ansible.builtin.import_tasks: install.yaml
|
|
|
|
- name: Configure Certbot
|
|
ansible.builtin.import_tasks: config.yaml
|
|
|
|
- name: Request Certificates
|
|
ansible.builtin.import_tasks: request_certs.yaml
|
|
tags:
|
|
- request_certs
|