summaryrefslogtreecommitdiffstats
path: root/roles/admin_ssh_keys/tasks/main.yml
blob: f07e4c290eefc70fd5fb4805c1d86e05fc2ded79 (plain)
1
2
3
4
5
6
---
- name: install root ssh keys
  authorized_key: user=root
                  key="{{ item }}"
  with_file:
  - misc.pub