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