mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-01 20:28:16 +00:00
init, dotfiles and install basic roles
This commit is contained in:
commit
46bdf4dda0
21 changed files with 283 additions and 0 deletions
10
roles/dotfiles/tasks/ssh.yml
Normal file
10
roles/dotfiles/tasks/ssh.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# TODO: create keys ??
|
||||
# TODO: copy directory ??
|
||||
|
||||
# create .ssh in files by hand, use everywere automatically
|
||||
- name: Link gitconfig
|
||||
ansible.builtin.file:
|
||||
src: '{{ role_path }}/files/.ssh'
|
||||
dest: '{{ ansible_env.HOME }}/.ssh'
|
||||
state: link
|
||||
force: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue