https://github.com/maxmellon/vim-playbook
This playbook is for setup of vim (clpum) and vimrc to hosts.
https://github.com/maxmellon/vim-playbook
Last synced: 4 months ago
JSON representation
This playbook is for setup of vim (clpum) and vimrc to hosts.
- Host: GitHub
- URL: https://github.com/maxmellon/vim-playbook
- Owner: MaxMEllon
- License: mit
- Created: 2016-09-07T22:13:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-14T07:59:17.000Z (almost 10 years ago)
- Last Synced: 2025-08-22T07:34:45.889Z (10 months ago)
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# vim-playbook
About
---
This playbook is for setup of vim and vimrc to hosts.
Usage
---
* remote
```
$ echo [REMOTE_IP] > hosts
$ ansible-playbook -i hosts playbook.yml
```
* local
```
$ echo 127.0.0.1 > hosts
$ ansible-playbook -i hosts playbook.yml --connection=local
```
Requirements
---
* `ansible` >= 2.1.1.0
Reference
---
* [gembaf/ansible-vagrant](https://github.com/gembaf/ansible-vagrant)
Author
---
* MaxMEllon (Kento TSUJI) ``