summaryrefslogtreecommitdiff
path: root/components.yml
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-07-07 18:29:59 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-07-07 18:29:59 +0300
commitbab01a58a170027e7fa7641deb6bec4006f4fcae (patch)
tree7120e45b034dcb20c3b6e4f4f36b455ef7ae0f49 /components.yml
parentbb1219cbac19af472c3ee8c997b12c44a9111695 (diff)
downloadwmf-gitlab-bab01a58a170027e7fa7641deb6bec4006f4fcae.tar.gz
Add: artifact store
Diffstat (limited to 'components.yml')
-rw-r--r--components.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/components.yml b/components.yml
index e12ccf9..011828d 100644
--- a/components.yml
+++ b/components.yml
@@ -1,3 +1,14 @@
+- hosts: artifacts
+ remote_user: root
+ become: no
+ roles:
+ - haproxy
+ - artifacts
+ vars:
+ hostname: artifacts
+ haproxy_domain: wmf2-artifacts.vm.liw.fi
+ letsencrypt_email: liw@liw.fi
+
- hosts: vcsworker
remote_user: root
become: no