summaryrefslogtreecommitdiff
path: root/components.yml
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-07-03 19:37:19 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-07-03 19:37:19 +0300
commitfd722cca3089a3fe6f7620f57d6e4b84be94e67b (patch)
treeb2865b126331513c189e572326c093f916bf1d2e /components.yml
parentd726218270738805273deb00c919e6e819ca9798 (diff)
downloadwmf-gitlab-fd722cca3089a3fe6f7620f57d6e4b84be94e67b.tar.gz
Add: playbooks etc for deploying VCSWorker
Diffstat (limited to 'components.yml')
-rw-r--r--components.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/components.yml b/components.yml
new file mode 100644
index 0000000..3159fdd
--- /dev/null
+++ b/components.yml
@@ -0,0 +1,14 @@
+- hosts: api
+ remote_user: root
+ become: no
+ roles:
+ - vcsworker
+ vars:
+ gitlab_token: "{{ lookup('pipe', 'pass wmf/wmf-gitlab.vm.liw.fi/gitlab_token') }}"
+ vcsworker_ssh_pub: "{{ lookup('pipe', 'pass wmf/wmf-gitlab.vm.liw.fi/vcsworker_ssh.pub') }}"
+ vcsworker_ssh: "{{ lookup('pipe', 'pass wmf/wmf-gitlab.vm.liw.fi/vcsworker_ssh') }}"
+
+ hostname: wmf2-api
+
+ debian_codename: stretch
+ debian_mirror: deb.debian.org