Added a few new tools for development
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user