summaryrefslogtreecommitdiff
path: root/components.yml
diff options
context:
space:
mode:
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