summaryrefslogtreecommitdiff
path: root/components.yml
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-07-22 17:56:27 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-07-22 17:56:27 +0300
commit1f66449b19b71159e8968c3fe6b86d289731a564 (patch)
tree10d32e9c3bbb4d9c3f0f32085b9abefd968a2095 /components.yml
parent7b37c297b58f11a854a1d3b0b00c9da73a9a2c61 (diff)
downloadwmf-gitlab-1f66449b19b71159e8968c3fe6b86d289731a564.tar.gz
Add: deployer to components.yml
Also, fix haproxy.cfg for artifact store, which has changed it's port number over the weekend
Diffstat (limited to 'components.yml')
-rw-r--r--components.yml15
1 files changed, 14 insertions, 1 deletions
diff --git a/components.yml b/components.yml
index e09671f..3ade068 100644
--- a/components.yml
+++ b/components.yml
@@ -7,6 +7,20 @@
hostname: testenv
deployer_ssh_pub: "{{ lookup('pipe', 'pass wmf/wmf-gitlab.vm.liw.fi/deployer_ssh.pub') }}"
+- hosts: deployer
+ remote_user: root
+ become: no
+ roles:
+ - haproxy
+ - deployer
+ vars:
+ hostname: deployer
+ haproxy_domain: wmf2-deployer.vm.liw.fi
+ letsencrypt_email: liw@liw.fi
+ artifact_download_token: "{{ lookup('pipe', 'pass wmf/wmf-gitlab.vm.liw.fi/artifact_download_token') }}"
+ deployer_ssh_pub: "{{ lookup('pipe', 'pass wmf/wmf-gitlab.vm.liw.fi/deployer_ssh.pub') }}"
+ deployer_ssh: "{{ lookup('pipe', 'pass wmf/wmf-gitlab.vm.liw.fi/deployer_ssh') }}"
+
- hosts: artifacts
remote_user: root
become: no
@@ -37,4 +51,3 @@
haproxy_domain: wmf2-vcsworker.vm.liw.fi
letsencrypt_email: liw@liw.fi
-