summaryrefslogtreecommitdiff
path: root/components.yml
diff options
context:
space:
mode:
Diffstat (limited to 'components.yml')
-rw-r--r--components.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/components.yml b/components.yml
index 3ade068..411e6df 100644
--- a/components.yml
+++ b/components.yml
@@ -7,6 +7,18 @@
hostname: testenv
deployer_ssh_pub: "{{ lookup('pipe', 'pass wmf/wmf-gitlab.vm.liw.fi/deployer_ssh.pub') }}"
+- hosts: controller
+ remote_user: root
+ become: no
+ roles:
+ - haproxy
+ - controller
+ vars:
+ hostname: controller
+ haproxy_domain: wmf2-controller.vm.liw.fi
+ letsencrypt_email: liw@liw.fi
+ controller_token: "{{ lookup('pipe', 'pass wmf/wmf-gitlab.vm.liw.fi/controller_token') }}"
+
- hosts: deployer
remote_user: root
become: no