feat(user/ssh): install vssh script
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
0f7de0b35a
commit
73090a0db1
2 changed files with 37 additions and 0 deletions
roles/user/ssh/tasks
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue