ansible/server/ssh.yml
2020-04-13 17:45:44 +02:00

10 lines
169 B
YAML

---
- name: copy ssh keys
hosts: server
tasks:
- name: copy authorized_keys
copy:
src: authorized_keys
dest: ${HOME}/.ssh/authorized_keys