1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/root_ssh/tasks/main.yml
Florian Pritz 82baf629c3
root_ssh: Use template for more flexibility
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-11-25 10:27:44 +01:00

5 lines
141 B
YAML

---
- name: add authorized keys for root
template: src=authorized_keys.j2 dest=/root/.ssh/authorized_keys mode=0600 owner=root group=root