summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Copeland <ben.copeland@linaro.org>2017-12-06 09:22:10 +0000
committerBenjamin Copeland <ben.copeland@linaro.org>2017-12-07 10:17:07 +0000
commit77817ab71794d56150930d51445120a514e248fa (patch)
tree91e524821ea85e672f69ffd5ae1f1e5259261bc7
parent30db7d9bbb2e52eb3dcf75caff7dbd465fe03c40 (diff)
Add letsencrypt to its own role
Change-Id: I24eb3719b0265977a6ea095967faf015c5d8c42d Reviewed-on: https://review.linaro.org/22846 Reviewed-by: Benjamin Copeland <ben.copeland@linaro.org>
-rw-r--r--hosts3
-rw-r--r--letsencrypt.yml5
2 files changed, 8 insertions, 0 deletions
diff --git a/hosts b/hosts
index 107568fc..732d556e 100644
--- a/hosts
+++ b/hosts
@@ -75,3 +75,6 @@ publishing-ap.linaro.org
[ssh-ldap]
qcom-proxy.linaro.org
+
+[letsencrypt]
+phabricator.linaro.org
diff --git a/letsencrypt.yml b/letsencrypt.yml
new file mode 100644
index 00000000..fb612eab
--- /dev/null
+++ b/letsencrypt.yml
@@ -0,0 +1,5 @@
+- name: Configure letsencrypt
+ hosts: letsencrypt
+ become: yes
+ roles:
+ - role: letsencrypt