Skip to content
Snippets Groups Projects
Commit a40276be authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: add authorized SSH keys for ExLibris Support team

parent 8d7ebcc9
No related branches found
No related tags found
No related merge requests found
Pipeline #3646 failed
......@@ -21,3 +21,10 @@
state: "{{ item.state | default('present') }}"
loop: "{{ vault_users }}"
no_log: true
- name: configure authorized_keys for ExLibris Support
ansible.posix.authorized_key:
comment: "{{ item.comment | default(omit) }}"
key: "{{ item.key }}"
user: "{{ item.user }}"
loop: "{{ vault_authorized_keys }}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment