1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-26 17:36:05 +02:00
eoli3n-dotfiles/roles/authorized_keys/tasks/main.yml
2017-12-29 02:55:10 +01:00

9 lines
162 B
YAML

---
- name: authorize eoli3n key
authorized_key:
user: "{{ ansible_user_id }}"
state: present
key: "{{ item }}"
with_file:
- files/id_rsa.pub