mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2026-02-05 19:35:33 +07:00
initial commit
This commit is contained in:
18
roles/common/defaults/main.yml
Normal file
18
roles/common/defaults/main.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
# Custom vim plugins
|
||||
custom_vim_plugins: |
|
||||
[[custom_plugins]]
|
||||
name = 'hashivim/vim-terraform'
|
||||
merged = 0
|
||||
|
||||
[[custom_plugins]]
|
||||
name = 'hashivim/vim-vagrant'
|
||||
merged = 0
|
||||
|
||||
[[custom_plugins]]
|
||||
name = 'puppetlabs/puppet-syntax-vim'
|
||||
merged = 0
|
||||
|
||||
[[custom_plugins]]
|
||||
name = 'fatih/vim-go'
|
||||
merged = 0
|
||||
Reference in New Issue
Block a user