summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-08 18:59:29 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-08 18:59:29 +0300
commitdf2806a71abcfc0e53e14b7392d05792f1e3ea23 (patch)
treefe301c8e4e6ae0517b7b36aa8b89354b44305e26 /roles
parent336852caedc942552d376cb2e1cbe096ed750327 (diff)
downloadick2-ansible-df2806a71abcfc0e53e14b7392d05792f1e3ea23.tar.gz
Drop: installation of token signing keys on workers
Diffstat (limited to 'roles')
-rw-r--r--roles/ick-worker/tasks/main.yml16
1 files changed, 0 insertions, 16 deletions
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 }}"