Skip to content
Snippets Groups Projects
Commit e4f80957 authored by nimrod's avatar nimrod
Browse files

- Moved Python, Rubt packages to pip, gem, left binary packages in apt.

- Moved some packages from pip to pip3 (it's time to move to Python3).
- Removed firefoxdriver, it's nonfree, somewhat out of date and brings
with it Python packages.
- Added VLC, gstreamer1.0-libav because Totem is flaky.
- Added gnupg2.
- Added graphviz for better slideshows with pandoc.
- Added libnss-systemd for continued work on nspawn.
- Added screen for connecting to serial consoles.
parent 480d738c
Branches
No related tags found
No related merge requests found
...@@ -3,15 +3,12 @@ ...@@ -3,15 +3,12 @@
become: false become: false
vars: vars:
apt: apt:
- ansible
- apache2-utils - apache2-utils
- apt-listchanges - apt-listchanges
- apt-xapian-index - apt-xapian-index
- awscli
- bijiben - bijiben
- bluez-firmware - bluez-firmware
- brasero - brasero
- capistrano
- cargo - cargo
- clojure1.6 - clojure1.6
- cmake - cmake
...@@ -22,20 +19,16 @@ ...@@ -22,20 +19,16 @@
- dh-make - dh-make
- dnsmasq - dnsmasq
- dnsutils - dnsutils
- docker-compose
- dos2unix - dos2unix
- dstat - dstat
- dvd+rw-tools - dvd+rw-tools
- easy-rsa - easy-rsa
- epiphany-browser - epiphany-browser
- expect - expect
- fabric
- file-roller - file-roller
- firefoxdriver
- firmware-intel-sound - firmware-intel-sound
- firmware-iwlwifi - firmware-iwlwifi
- firmware-linux - firmware-linux
- flake8
- flatpak-builder - flatpak-builder
- ftp - ftp
- geary - geary
...@@ -55,8 +48,12 @@ ...@@ -55,8 +48,12 @@
- gnome-software - gnome-software
- gnome-todo - gnome-todo
- gnome-weather - gnome-weather
- gnupg2
- golang - golang
- gpgv
- graphviz
- grub-efi-amd64 - grub-efi-amd64
- gstreamer1.0-libav
- gstreamer1.0-vaapi - gstreamer1.0-vaapi
- hunspell - hunspell
- hyphen-en-us - hyphen-en-us
...@@ -64,6 +61,7 @@ ...@@ -64,6 +61,7 @@
- keepass2 - keepass2
- kpcli - kpcli
- libnss-resolve - libnss-resolve
- libnss-systemd
- libpam-mount - libpam-mount
- libreoffice-pdfimport - libreoffice-pdfimport
- linux-image-amd64 - linux-image-amd64
...@@ -78,23 +76,24 @@ ...@@ -78,23 +76,24 @@
- npm - npm
- ostree - ostree
- pandoc - pandoc
- pelican
- phantomjs - phantomjs
- plymouth-themes - plymouth-themes
- polari - polari
- printer-driver-all - printer-driver-all
- pry - python3-cffi
- python3-cryptography
- python3-pip - python3-pip
- python3-selenium
- python3-venv - python3-venv
- python-cffi
- python-cryptography
- python-dev - python-dev
- python-parse
- python-pip - python-pip
- python-selenium
- python-sh
- python-virtualenv - python-virtualenv
- reprepro - reprepro
- resolvconf - resolvconf
- ruby-ffi
- ruby-full
- screen
- simple-scan - simple-scan
- strongswan-nm - strongswan-nm
- task-english - task-english
...@@ -106,8 +105,11 @@ ...@@ -106,8 +105,11 @@
- task-print-server - task-print-server
- task-ssh-server - task-ssh-server
- telnet - telnet
- texlive-latex-base - texlive-extra-utils
- texlive-fonts-recommended - texlive-fonts-recommended
- texlive-font-utils
- texlive-latex-base
- texlive-latex-extra
- texlive-luatex - texlive-luatex
- time - time
- tmux - tmux
...@@ -120,29 +122,56 @@ ...@@ -120,29 +122,56 @@
- vim-nox - vim-nox
- vinagre - vinagre
- virtualbox-qt - virtualbox-qt
- vlc
- xdg-user-dirs - xdg-user-dirs
go: go:
- github.com/giantswarm/semver-bump - github.com/giantswarm/semver-bump
- github.com/nishanths/license - github.com/nishanths/license
- github.com/tmrts/boilr - github.com/tmrts/boilr
gem: gem:
- bundler
- capistrano
- pry
- rake
- travis
npm: npm:
- yo - yo
- generator-generator
- grunt-cli - grunt-cli
- gulp - gulp
- webcoach - webcoach
- sitespeed.io - sitespeed.io
pip: pip:
- ansible
- ansible-container
- ansible-lint - ansible-lint
- bcrypt
- boto
- boto3
- docker-py
- Fabric
- flake8
- kappa
- molecule - molecule
- pre-commit - passlib
- proselint - proselint
- python-vagrant
- testinfra - testinfra
pip3:
- awscli
- awslogs
- docker-compose
- flake8
- parse
- pelican
- pre-commit
- piprot
- selenium
- sh
- template
- tox
- twine - twine
- bcrypt
- passlib
- yapf - yapf
pip3:
cargo: cargo:
- rustfmt - rustfmt
...@@ -153,7 +182,7 @@ ...@@ -153,7 +182,7 @@
- ansible_pkg_mgr == 'apt' - ansible_pkg_mgr == 'apt'
- name: apt install - name: apt install
when: apt is iterable and ansible_pkg_mgr == 'apt' when: apt is iterable
become: yes become: yes
become_user: root become_user: root
apt: apt:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment