chore: rework directory structure
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
1fbdeb0d21
commit
01225fd44d
169 changed files with 1410 additions and 1690 deletions
roles/user/ssh/tasks
14
roles/user/ssh/tasks/main.yml
Normal file
14
roles/user/ssh/tasks/main.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
- name: Install SSH config
|
||||
ansible.builtin.copy:
|
||||
src: files/ssh_config
|
||||
dest: ~/.ssh/config
|
||||
mode: 0600
|
||||
tags: user-ssh-config
|
||||
|
||||
- name: Install ‹.ssh/authorized_keys›
|
||||
ansible.builtin.get_url:
|
||||
url: https://gitlab.com/mfocko.keys
|
||||
dest: ~/.ssh/authorized_keys
|
||||
mode: 0600
|
||||
tags: user-ssh-authorized-keys
|
Loading…
Add table
Add a link
Reference in a new issue