Skip to content
Snippets Groups Projects
Commit 00af40c4 authored by root's avatar root
Browse files

Keys für Serverzugriff hinzugefügt

parent 5b01176c
No related branches found
No related tags found
No related merge requests found
......@@ -54,4 +54,5 @@ vorstandteam:
- "ole"
- "larsm"
- "reverend"
- "h3rb3rn"
- "mowoe"
......@@ -31,6 +31,6 @@
- name: add sshkeys for user vorstand
authorized_key:
user: vorstand
key: "{{ lookup('file', '../keyfiles/' + item + '.pub') }}"
key: "{{ lookup('file', playbook_dir + '/keyfiles/' + item + '.pub') }}"
with_items: "{{ vorstandteam }}"
when: vorstandteam
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment