Set up vim in Debian-like systems.
None
-
vim_vimrc_destinations: [default:{skell: dest: /etc/skel, current: dest: "{{ ansible_env.HOME }}"}]: Destinations to copy the vimrc file to -
vim_vimrc_destinations.key: The identifier of the file (e.g.skel) -
vim_vimrc_destinations.key.dest: The remote path of the file to copy (e.g./etc/skel) -
vim_vimrc_destinations.key.owner: The name of the user that should own the file (optional, defaultroot) -
vim_vimrc_destinations.key.group: The name of the group that should own the file (optional, defaultowner, thenroot) -
vim_vimrc_destinations.key.mode: The mode of the file, such as 0644 (optional, default0644) -
vim_sets: [default: seedefaults/main.yml]: Set commands
None
---
- hosts: all
roles:
- oefenweb.vimMIT
Mischa ter Smitten
Are welcome!