summaryrefslogtreecommitdiff
path: root/components.yml
blob: 3159fdd81fe1a7b30b7a2820327ad8152cc9004e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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