added handlers inclusive of tasks related to headscale, git, vim and tor, as well as those very tasks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user