tgallacher / ansible-linux-setup

Ansible Playbook to bootstrap dev Linux box

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Linux Machine Setup

Pre-requisites

Get Ansible on your machine

# Linux comes pre bootstrapped with a recent Python version, so can jump right in
pip install ansible

Install

ansible-playbook main.yml -i inventory -K

TODO

  • Add instruction for: pip install pynvim
  • Add instruction for: yarn add global neovim

About

Ansible Playbook to bootstrap dev Linux box