Tahvok.vim
Vim
Install Vim and Configure with Vundle (Using vimrc)
You need to review the file templates/vimrc.j2
and modify it according to your requirements. This vimrc
file has been tested on remote Debian/Ubuntu and RedHat/Centos systems.
Requirements
This role checks for Git and Vim, so no extra packages are needed. However, it will install the .vimrc
file from the provided template templates/vimrc.j2
. You might want to customize it.
Role Variables
You can find the variables in defaults/main.yml
:
# GitHub repository URL for Vundle
vim_vundle_repo: "https://github.com/VundleVim/Vundle.vim.git"
# Location for installing the Vundle package
vim_vundle_dest: "{{ ansible_user_dir }}/.vim/bundle/Vundle.vim"
# Template file for vimrc
vim_vimrc_src: "vimrc.j2"
# Destination for the vimrc file
vim_vimrc_dest: "{{ ansible_user_dir }}/.vimrc"
Dependencies
There are no additional dependencies listed.
Example Playbook
Here is a simple example of how to use this role:
- hosts: servers
roles:
- Tahvok.vim
License
This project is licensed under the MIT License.
Author Information
Author: Albert Mikaelyan
Website: tahvok.com
Installa
ansible-galaxy install Tahvok.vim
Licenza
Unknown
Download
875
Proprietario