An open API service indexing awesome lists of open source software.

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.

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) ``