feat(user/ssh): install vssh script

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-07-01 13:21:55 +02:00
parent 0f7de0b35a
commit 73090a0db1
Signed by: mfocko
GPG key ID: 7C47D46246790496
2 changed files with 37 additions and 0 deletions
roles/user/ssh/tasks

View file

@ -12,3 +12,9 @@
dest: ~/.ssh/authorized_keys
mode: 0600
tags: ssh/authorized-keys
- name: Install vssh script
ansible.builtin.copy:
src: files/vssh
dest: ~/.local/bin/vssh
mode: 0640