summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components.yml4
-rw-r--r--hosts6
2 files changed, 7 insertions, 3 deletions
diff --git a/components.yml b/components.yml
index c316cbd..e12ccf9 100644
--- a/components.yml
+++ b/components.yml
@@ -1,4 +1,4 @@
-- hosts: api
+- hosts: vcsworker
remote_user: root
become: no
roles:
@@ -14,6 +14,6 @@
debian_codename: stretch
debian_mirror: deb.debian.org
- haproxy_domain: wmf2-api.vm.liw.fi
+ haproxy_domain: wmf2-vcsworker.vm.liw.fi
letsencrypt_email: liw@liw.fi
diff --git a/hosts b/hosts
index 7184d05..f74c4f4 100644
--- a/hosts
+++ b/hosts
@@ -1,3 +1,7 @@
gitlab ansible_ssh_host=wmf-gitlab3.vm.liw.fi
runner ansible_ssh_host=wmf-runner3.vm.liw.fi
-api ansible_ssh_host=wmf2-api.vm.liw.fi
+controller ansible_ssh_host=wmf2-controller.vm.liw.fi
+vcsworker ansible_ssh_host=wmf2-vcsworker.vm.liw.fi
+artifacts ansible_ssh_host=wmf2-artifacts.vm.liw.fi
+deployer ansible_ssh_host=wmf2-deployer.vm.liw.fi
+testenv ansible_ssh_host=wmf2-testenv.vm.liw.fi