ansible/server/ssh.yml

10 lines
169 B
YAML
Raw Normal View History

2020-04-13 15:45:44 +00:00
---
- name: copy ssh keys
hosts: server
tasks:
- name: copy authorized_keys
copy:
src: authorized_keys
dest: ${HOME}/.ssh/authorized_keys