From df2806a71abcfc0e53e14b7392d05792f1e3ea23 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 8 Apr 2018 18:59:29 +0300 Subject: Drop: installation of token signing keys on workers --- roles/ick-worker/tasks/main.yml | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'roles') diff --git a/roles/ick-worker/tasks/main.yml b/roles/ick-worker/tasks/main.yml index e31919a..b9b351d 100644 --- a/roles/ick-worker/tasks/main.yml +++ b/roles/ick-worker/tasks/main.yml @@ -28,22 +28,6 @@ group: root mode: 0644 -- name: install token signing private key - copy: - content: "{{ token_private_key }}" - dest: /etc/ick/token_key - owner: _ickwm - group: _ickwm - mode: 0600 - -- name: install token signing public key - copy: - content: "{{ token_public_key }}" - dest: /etc/ick/token_key.pub - owner: _ickwm - group: _ickwm - mode: 0644 - - name: enable and start units service: name: "{{ item }}" -- cgit v1.2.1