ansible-ffrgb/roles/gw-admin-ssh-keys/tasks/main.yml

9 lines
170 B
YAML
Raw Permalink Normal View History

2018-02-25 23:08:31 +01:00
---
- name: Deploy Admin Keys from vault_root_sshkeys
authorized_key:
user: root
state: present
key: "{{ item }}"
with_items: "{{ vault_root_sshkeys }}"