ansible/roles/root_keys/tasks/main.yml
Thomas Schmid 3dfff93c0e initial commit
Signed-off-by: Thomas Schmid <tom@lfence.de>
2022-01-11 20:29:31 +01:00

5 lines
100 B
YAML

---
- name: Set authorized keys
template: src=authorized_keys.j2 dest=/root/.ssh/authorized_keys