mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-07-12 09:21:32 +02:00
8 lines
196 B
YAML
8 lines
196 B
YAML
---
|
|
|
|
- name: Register with Let's Encrypt
|
|
command: "{{ certbot_register_command }}"
|
|
|
|
- name: Generate certificates
|
|
command: "{{ certbot_cert_command }} -d {{ certbot_domains | join(' -d ') }}"
|