mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-08-25 01:05:36 +02:00
Initial commit.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Clone Let's Encrypt into configured directory.
|
||||
git:
|
||||
repo: "{{ letsencrypt_repo }}"
|
||||
dest: "{{ letsencrypt_dir }}"
|
||||
version: "{{ letsencrypt_version }}"
|
||||
update: "{{ letsencrypt_keep_updated }}"
|
||||
Reference in New Issue
Block a user