Initial commit.

This commit is contained in:
Jeff Geerling
2016-03-08 10:49:09 -06:00
commit 8b6c745801
13 changed files with 202 additions and 0 deletions
+7
View File
@@ -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 }}"