Skip to content

Commit

Permalink
setup: Add heroku-toolbelt
Browse files Browse the repository at this point in the history
  • Loading branch information
berdario committed Sep 21, 2014
1 parent 7737ba7 commit 37fadd9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,16 @@
- name: Add docker repository key
apt_key: id=36A1D7869245C8950F966E92D8576A8BA88D21E9 keyserver=hkp://keyserver.ubuntu.com:80

- name: Add heroku repository key
apt_key: url=https://toolbelt.heroku.com/apt/release.key

- name: Add extra repositories
apt_repository: repo="{{item}}"
with_items:
- 'deb http://archive.canonical.com/ {{ansible_lsb.codename}} partner' # skype, etc
- 'ppa:hvr/ghc' # haskell
- 'deb https://get.docker.io/ubuntu docker main'
- 'deb http://toolbelt.heroku.com/ubuntu ./'

- name: Install other software
apt: name={{item}}
Expand Down Expand Up @@ -123,6 +127,7 @@
- texlive-latex-extra
- texlive-fonts-recommended
- lxc-docker
- heroku-toolbelt

- name: Install KeepassHttp plugin # needed for PassIFox
get_url: url="https://passifox.appspot.com/KeePassHttp.plgx" dest=/usr/lib/keepass2 sha256sum={{keepass_http.sha256}}
Expand Down

0 comments on commit 37fadd9

Please sign in to comment.