Added a few new tools for development

This commit is contained in:
2017-09-12 08:19:07 -04:00
parent 017f0dc1de
commit 279f8aae9d

View File

@@ -26,6 +26,14 @@
shell: wget -O- https://toolbelt.heroku.com/install-ubuntu.sh | sh
when: heroku_installed.stdout == ""
- name: Add docker repo
apt_repository:
repo: 'ppa:tmate.io/archive'
state: present
- name: Update apt
apt: update_cache=yes
- name: Install other apt items
apt: name={{ item }} state=present
with_items:
@@ -34,6 +42,13 @@
- tmux
- apache2-utils
- xrdp
- ack-grep
- tmate
- nodejs
- npm
- name: Install localtunnel
shell: npm install -g localtunnel
- name: Pathogen installed
stat: path=/home/cody/.vim/autoload/pathogen.vim