summaryrefslogtreecommitdiff
path: root/group_vars/ickhost.yml
diff options
context:
space:
mode:
Diffstat (limited to 'group_vars/ickhost.yml')
-rw-r--r--group_vars/ickhost.yml35
1 files changed, 35 insertions, 0 deletions
diff --git a/group_vars/ickhost.yml b/group_vars/ickhost.yml
new file mode 100644
index 0000000..ec545e4
--- /dev/null
+++ b/group_vars/ickhost.yml
@@ -0,0 +1,35 @@
+debian_codename: stretch
+debian_mirror: deb.debian.org
+debian_mirror_src: deb.debian.org
+
+ci_prefix: ""
+
+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_port: 12765
+artifact_store_port: 12766
+qvisqve_port: 10000
+notify_port: 12767
+
+controller_url: "https://{{ controller_domain }}"
+artifact_store_url: "https://{{ artifact_store_domain }}"
+qvisqve_url: "https://{{ qvisqve_domain }}"
+notify_url: "https://{{ notify_domain }}/notify"
+
+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
+
+wm_ssh_key: "{{ lookup('pipe', 'pass show ick2/wm_ssh_key') }}"
+wm_ssh_key_pub: "{{ lookup('pipe', 'pass show ick2/wm_ssh_key_pub') }}"