Installs Vundle and the Plugins listed on your .vimrc file
You must have your .vimrc
file already downloaded to your filesystem.
vundle_user: ""
User to execute plugins installation
vundle_config_dir: "~/.vim"
Where to clone all the plugins defined in your .vimrc
vundle_repo: "git://github.com/VundleVim/Vundle.vim.git"
Repo used for Vundle installation
You must have your .vimrc
file in your home directory.
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- { role: nass600.vundle }