summaryrefslogtreecommitdiff
path: root/group_vars/qvisqve.yml
diff options
context:
space:
mode:
Diffstat (limited to 'group_vars/qvisqve.yml')
-rw-r--r--group_vars/qvisqve.yml29
1 files changed, 13 insertions, 16 deletions
diff --git a/group_vars/qvisqve.yml b/group_vars/qvisqve.yml
index 92dcd90..caf571e 100644
--- a/group_vars/qvisqve.yml
+++ b/group_vars/qvisqve.yml
@@ -1,8 +1,5 @@
qvisqve_port: 10000
-qvisqve_token_public_key: "{{ lookup('pipe', 'pass show ick2/token_key.pub') }}"
-qvisqve_token_private_key: "{{ lookup('pipe', 'pass show ick2/token_key') }}"
-qvisqve_client_hash: "{{ lookup('pipe', 'pass show ick2/liw_hash') }}"
-qvisqve_client_salt: "{{ lookup('pipe', 'pass show ick2/liw_salt') }}"
+qvisqve_token_private_key: FIXME
qvisqve_clients:
admin:
allowed_scopes:
@@ -27,8 +24,8 @@ qvisqve_clients:
- uapi_workers_id_get
- uapi_notify_post
client_secret:
- hash: "{{ lookup('pipe', 'pass show ick2/liw_hash') }}"
- salt: "{{ lookup('pipe', 'pass show ick2/liw_salt') }}"
+ hash: "{{ qvisqve_admin_hash }}"
+ salt: "{{ qvisqve_admin_salt }}"
N: 16384
key_len: 128
p: 1
@@ -46,8 +43,8 @@ qvisqve_clients:
- uapi_builds_id_get
- uapi_logs_id_get
client_secret:
- hash: "{{ lookup('pipe', 'pass show ick2/worker1_hash') }}"
- salt: "{{ lookup('pipe', 'pass show ick2/worker1_salt') }}"
+ hash: "{{ qvisqve_worker1_hash }}"
+ salt: "{{ qvisqve_worker1_salt }}"
N: 16384
key_len: 128
p: 1
@@ -65,8 +62,8 @@ qvisqve_clients:
- uapi_builds_id_get
- uapi_logs_id_get
client_secret:
- hash: "{{ lookup('pipe', 'pass show ick2/worker1_hash') }}"
- salt: "{{ lookup('pipe', 'pass show ick2/worker1_salt') }}"
+ hash: "{{ qvisqve_worker1_hash }}"
+ salt: "{{ qvisqve_worker1_salt }}"
N: 16384
key_len: 128
p: 1
@@ -84,8 +81,8 @@ qvisqve_clients:
- uapi_builds_id_get
- uapi_logs_id_get
client_secret:
- hash: "{{ lookup('pipe', 'pass show ick2/worker1_hash') }}"
- salt: "{{ lookup('pipe', 'pass show ick2/worker1_salt') }}"
+ hash: "{{ qvisqve_worker2_hash }}"
+ salt: "{{ qvisqve_worker2_salt }}"
N: 16384
key_len: 128
p: 1
@@ -103,8 +100,8 @@ qvisqve_clients:
- uapi_builds_id_get
- uapi_logs_id_get
client_secret:
- hash: "{{ lookup('pipe', 'pass show ick2/worker1_hash') }}"
- salt: "{{ lookup('pipe', 'pass show ick2/worker1_salt') }}"
+ hash: "{{ qvisqve_worker3_hash }}"
+ salt: "{{ qvisqve_worker3_salt }}"
N: 16384
key_len: 128
p: 1
@@ -122,8 +119,8 @@ qvisqve_clients:
- uapi_builds_id_get
- uapi_logs_id_get
client_secret:
- hash: "{{ lookup('pipe', 'pass show ick2/worker1_hash') }}"
- salt: "{{ lookup('pipe', 'pass show ick2/worker1_salt') }}"
+ hash: "{{ qvisqve_worker4_hash }}"
+ salt: "{{ qvisqve_worker4_salt }}"
N: 16384
key_len: 128
p: 1