Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oefenweb/ansible-vim
Ansible role to set up vim in Debian-like systems
https://github.com/oefenweb/ansible-vim
ansible debian editor ubuntu vim
Last synced: about 1 month ago
JSON representation
Ansible role to set up vim in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-vim
- Owner: Oefenweb
- License: mit
- Created: 2014-08-19T10:53:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T11:09:02.000Z (about 2 months ago)
- Last Synced: 2024-10-31T12:20:02.608Z (about 2 months ago)
- Topics: ansible, debian, editor, ubuntu, vim
- Language: Dockerfile
- Size: 91.8 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## vim
[![CI](https://github.com/Oefenweb/ansible-vim/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-vim/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-vim-blue.svg)](https://galaxy.ansible.com/Oefenweb/vim)Set up vim in Debian-like systems.
#### Requirements
None
#### Variables
* `vim_vimrc_destinations`: [default: `{skell: dest: /etc/skel, current: dest: "{{ ansible_env.HOME }}"}`]: Destinations to copy the vimrc file to
* `vim_vimrc_destinations.key`: The identifier of the file (e.g. `skel`)
* `vim_vimrc_destinations.key.dest`: The remote path of the file to copy (e.g. `/etc/skel`)
* `vim_vimrc_destinations.key.owner`: The name of the user that should own the file (optional, default `root`)
* `vim_vimrc_destinations.key.group`: The name of the group that should own the file (optional, default `owner`, then `root`)
* `vim_vimrc_destinations.key.mode`: The mode of the file, such as 0644 (optional, default `0644`)* `vim_sets`: [default: see `defaults/main.yml`]: Set commands
## Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.vim
```#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-vim/issues)!