summaryrefslogtreecommitdiff
path: root/group_vars/ick.yml
blob: d349d4f577982a99bc592216c5eb3fd5387d684f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
debian_codename: stretch
debian_mirror: deb.debian.org
debian_mirror_src: deb.debian.org

wm_ssh_key: "{{  lookup('pipe', 'pass show ick2/wm_ssh_key') }}"
wm_ssh_key_pub: "{{  lookup('pipe', 'pass show ick2/wm_ssh_key_pub') }}"

sources_lists:
  - repo: "deb http://code.liw.fi/debian stretch main"
    keyring_package: code.liw.fi-keyring
    signing_key: "{{ code_liw_fi_signing_key }}"

token_private_key: "{{ lookup('pipe', 'pass show ick2/token_key') }}"
token_public_key: "{{ lookup('pipe', 'pass show ick2/token_key.pub') }}"
tls_certificate: "{{ lookup('pipe', 'pass show ick2/ick.pem') }}"

controller_domain: 127.0.0.1
controller_port: 12765

artifact_store_domain: 127.0.0.1
artifact_store_port: 12766

qvisqve_port: 10000
notification_service_port: 12767

controller_url: "https://{{ controller_domain }}"
artifact_store_url: "https://{{ artifact_store_domain }}"
qvisqve_url: "https://{{ qvisqve_domain }}"

apt_uploader_ssh_public_keys:
  - "{{ wm_ssh_key_pub }}"
apt_signing_key: "{{ lookup('pipe', 'pass show ick2/apt_key') }}"
apt_signing_key_pub: "{{ lookup('pipe', 'pass show ick2/apt_key.pub') }}"
apt_signing_key_fingerprint: |
  {{ lookup('pipe', 'pass show ick2/apt_key.pub | gpg --with-colons | grep "^fpr:" | cut -d: -f10') }}
apt_admin_email: liw@liw.fi

ci_prefix: ""