/ansible-role-vundle

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

MIT LicenseMIT

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