Skip to content

Ansible Role - Installs vundle and the plugins defined on your vimrc

License

Notifications You must be signed in to change notification settings

nass600/ansible-role-vundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role - Vundle

Ansible Role GitHub tag Build Status Ansible Role

Installs Vundle and the Plugins listed on your .vimrc file

Requirements

You must have your .vimrc file already downloaded to your filesystem.

Role Variables

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

Dependencies

You must have your .vimrc file in your home directory.

Example Playbook

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 }

License

MIT

Author Information

Ignacio Velazquez

About

Ansible Role - Installs vundle and the plugins defined on your vimrc

Topics

Resources

License

Stars

Watchers

Forks

Packages