summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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