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
|
shell: wget -O- https://toolbelt.heroku.com/install-ubuntu.sh | sh
|
||||||
when: heroku_installed.stdout == ""
|
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
|
- name: Install other apt items
|
||||||
apt: name={{ item }} state=present
|
apt: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
@@ -34,6 +42,13 @@
|
|||||||
- tmux
|
- tmux
|
||||||
- apache2-utils
|
- apache2-utils
|
||||||
- xrdp
|
- xrdp
|
||||||
|
- ack-grep
|
||||||
|
- tmate
|
||||||
|
- nodejs
|
||||||
|
- npm
|
||||||
|
|
||||||
|
- name: Install localtunnel
|
||||||
|
shell: npm install -g localtunnel
|
||||||
|
|
||||||
- name: Pathogen installed
|
- name: Pathogen installed
|
||||||
stat: path=/home/cody/.vim/autoload/pathogen.vim
|
stat: path=/home/cody/.vim/autoload/pathogen.vim
|
||||||
|
|||||||
Reference in New Issue
Block a user