init, dotfiles and install basic roles

This commit is contained in:
ProgramSnail 2025-08-03 12:33:33 +03:00
commit 46bdf4dda0
21 changed files with 283 additions and 0 deletions

View 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