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