summaryrefslogtreecommitdiff
path: root/liw.yml
diff options
context:
space:
mode:
Diffstat (limited to 'liw.yml')
-rw-r--r--liw.yml27
1 files changed, 7 insertions, 20 deletions
diff --git a/liw.yml b/liw.yml
index e119ea9..8ddf3b5 100644
--- a/liw.yml
+++ b/liw.yml
@@ -53,29 +53,16 @@ qvisqve_token_public_key: "{{ lookup('pipe', 'pass show ick2/token_key.pub') }}"
qvisqve_token_private_key: "{{ lookup('pipe', 'pass show ick2/token_key') }}"
qvisqve_admin_hash: "{{ lookup('pipe', 'pass show ick2/liw_hash') }}"
qvisqve_admin_salt: "{{ lookup('pipe', 'pass show ick2/liw_salt') }}"
-qvisqve_worker1_hash: "{{ lookup('pipe', 'pass show ick2/worker1_hash') }}"
-qvisqve_worker1_salt: "{{ lookup('pipe', 'pass show ick2/worker1_salt') }}"
-qvisqve_worker2_hash: "{{ lookup('pipe', 'pass show ick2/worker1_hash') }}"
-qvisqve_worker2_salt: "{{ lookup('pipe', 'pass show ick2/worker1_salt') }}"
-qvisqve_worker3_hash: "{{ lookup('pipe', 'pass show ick2/worker1_hash') }}"
-qvisqve_worker3_salt: "{{ lookup('pipe', 'pass show ick2/worker1_salt') }}"
-qvisqve_worker4_hash: "{{ lookup('pipe', 'pass show ick2/worker1_hash') }}"
-qvisqve_worker4_salt: "{{ lookup('pipe', 'pass show ick2/worker1_salt') }}"
+qvisqve_liw_hash: "{{ lookup('pipe', 'pass show ick2/liw_hash') }}"
+qvisqve_liw_salt: "{{ lookup('pipe', 'pass show ick2/liw_salt') }}"
+qvisqve_controller_secret: "{{ lookup('pipe', 'pass show ick2/controller_secret') }}"
+qvisqve_controller_hash: "{{ lookup('pipe', 'pass show ick2/controller_hash') }}"
+qvisqve_controller_salt: "{{ lookup('pipe', 'pass show ick2/controller_salt') }}"
+qvisqve_worker_hash: "{{ lookup('pipe', 'pass show ick2/worker1_hash') }}"
+qvisqve_worker_salt: "{{ lookup('pipe', 'pass show ick2/worker1_salt') }}"
-
-# I like to have an addition "dist" in the APT repository, liwdev, so
-# I can have ick build from a liw/dev branch, in addition to master,
-# and put the resulting Debian packages where they don't get confused
-# with the ones from master. Some day this will not require
-# re-configuration of the APT repository via Ansible.
apt_distributions:
- - codename: stretch
- description: Release packages for stretch
- - codename: stretch-ci
- description: CI builds for stretch
- codename: unstable
description: Release packages for unstable
- codename: unstable-ci
description: CI builds for unstable
- - codename: liw-ci
- description: CI builds for unstable from liw