From 141fb4eee39f15f818ca331ecee2fca58183e5a1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 15 Mar 2021 13:21:25 +0200 Subject: controller secret --- liw.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'liw.yml') diff --git a/liw.yml b/liw.yml index b77f40a..097cb5e 100644 --- a/liw.yml +++ b/liw.yml @@ -53,6 +53,7 @@ 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_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_worker1_hash: "{{ lookup('pipe', 'pass show ick2/worker1_hash') }}" -- cgit v1.2.1