mirror of
https://github.com/fablabcb/fabaccess-cb.git
synced 2025-05-10 11:53:32 +02:00
7 lines
178 B
YAML
7 lines
178 B
YAML
---
|
|
- name: Set up all authorized keys
|
|
ansible.posix.authorized_key:
|
|
user: '{{ ansible_user }}'
|
|
state: present
|
|
key: '{{ item.key }}'
|
|
loop: '{{ authorized_keys }}' |