Skip to content

Instantly share code, notes, and snippets.

@Yasushi
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yasushi/89a5698fe8bd85b10071 to your computer and use it in GitHub Desktop.
Save Yasushi/89a5698fe8bd85b10071 to your computer and use it in GitHub Desktop.
---
- name: debian
hosts: all
sudo: yes
tasks:
- apt: pkg={{ item }} state=present install_recommends=no default_release=jessie
with_items:
- anacron
- bc
- dc
- convmv
- sudo
- zsh
- screen
- vim-gtk
- unzip
- zip
- gnutls-bin
- fortune-mod
- parted
- sysv-rc-conf
- apt: pkg={{ item }} state=present install_recommends=no default_release=jessie
with_items:
- ntpdate
- openconnect
- ngrep
- socat
- stone
- tcpdump
- curl
- httpie
- aria2
- mimms
- apt: pkg={{ item }} state=present install_recommends=no default_release=jessie
with_items:
- dbus-x11
- emacs24
- emacs24-common-non-dfsg
- emacs24-el
- emacs-goodies-el
- emacs-intl-fonts
- ddskk
- dbskkd-cdb
- rnc-mode
- apt: pkg={{ item }} state=present install_recommends=no default_release=jessie
with_items:
- git-core
- git-svn
- mercurial
- subversion
- bzr
- python-pip
- python-virtualenv
- ruby1.9.1
- ruby1.9.1-dev
- ruby2.1
- sqlite3
- tidy
- golang
- golang-go-windows-amd64
- apt: pkg={{ item }} state=present install_recommends=no default_release=jessie
with_items:
- openjdk-7-jdk
- oracle-java6-installer
- oracle-java7-installer
- oracle-java8-installer
- oracle-java8-set-default
- ant
- maven2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment