added handlers inclusive of tasks related to headscale, git, vim and tor, as well as those very tasks

This commit is contained in:
2026-06-16 14:40:56 -04:00
parent a4c26fd9c3
commit dc8dbcc43e
4 changed files with 64 additions and 28 deletions

View File

@@ -40,32 +40,10 @@
become: true
become_user: "{{ current_user.stdout }}"
ansible.builtin.template:
src: vimrc.j2
src: user/vimrc.j2
dest: "{{ ansible_user_home.stdout }}/.vimrc"
owner: "{{ ansible_user }}"
group: "{{ ansible_user }}"
force: true
backup: true
vars:
vim_spatialize: true
vim_tabgap: 2
vim_blockedcursor: true
vim_historyspan: 500
vim_origami: true
vim_eddelimiters: true
vim_gitspice: true
vim_statusline: true
vim_fancycomment: true
vim_idelangs: true
vim_pathcompletion: true
vimignore:
- "*.docx"
- "*.jpg"
- "*.png"
- "*.gif"
- "*.pdf"
- "*.pyc"
- "*.exe"
- "*.flv"
- "*.img"
- "*.xlsx"
# @TODO run command to make sure plugins referenced in 'vimrc' are installed