-
Notifications
You must be signed in to change notification settings - Fork 2
/
playbook.yml
31 lines (31 loc) · 1.14 KB
/
playbook.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
- hosts: localhost
vars:
VIM_SYNTAX_PLUGINS:
- "https://raw.githubusercontent.com/nginx/nginx/master/contrib/vim/syntax/nginx.vim"
- "https://raw.githubusercontent.com/pearofducks/ansible-vim/master/syntax/jinja2.vim"
VIM_PLUGINS:
- "https://github.com/scrooloose/nerdtree.git"
- "https://github.com/MarcWeber/vim-addon-mw-utils.git"
- "https://github.com/kien/ctrlp.vim.git"
- "https://github.com/dyng/ctrlsf.vim.git"
- "https://github.com/terryma/vim-multiple-cursors.git"
- "https://github.com/vim-airline/vim-airline"
- "https://github.com/vim-airline/vim-airline-themes"
- "https://github.com/drewtempelmeyer/palenight.vim.git"
- "https://github.com/tpope/vim-fugitive.git"
roles:
- role: yumrepos
when: ansible_os_family == 'RedHat'
- bootstrap
- system-configs
- role: vim-ansible-role
tags: vim
- docker
- sublime
# - role: debian-dropbox
# when: ansible_os_family == 'Debian'
# - role: ubuntu-virtualbox
# when: ansible_distribution == 'Ubuntu'
# - role: debian-vagrant
# when: ansible_os_family == 'Debian'