This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
eae-am-deutschen-platz/playbook_distribute_authori...

11 lines
227 B
YAML

---
- name: distribute authorized_keys
hosts: all
gather_facts: no
tasks:
- name: transfer authorized_keys
copy:
src: files/authorized_keys
dest: /etc/dropbear/authorized_keys
mode: 0600