@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
37 lines (36 loc) • 852 B
YAML
galaxy_info:
role_name: vim
author: ProfessorManhattan
description: Installs VIM with a healthy set of "awesome" list plugins on almost any platform
issue_tracker_url: https://gitlab.com/megabyte-labs/ansible-roles/vim/-/issues
company: Megabyte Labs
license: license (MIT)
min_ansible_version: 2.10
platforms:
- name: Debian
versions:
- all
- name: EL
versions:
- all
- name: Fedora
versions:
- all
- name: Mac OS X
versions:
- all
- name: Ubuntu
versions:
- focal
- name: Windows
versions:
- 10
galaxy_tags:
- vim
- editor
namespace: professormanhattan
dependencies:
- role: professormanhattan.nodejs # Needed for coc.nvim plugin
- role: professormanhattan.homebrew
when: ansible_os_family == "Darwin"