workstation/roles/distro/tasks/debian.yml

50 lines
844 B
YAML
Raw Normal View History

---
2019-10-10 18:52:56 +00:00
- name: Install Debian packages
become: true
apt:
name: '{{ packages }}'
state: present
force_apt_get: yes
vars:
packages:
- apt-file
2019-10-04 14:38:31 +00:00
- ansible
- asciidoctor
2019-10-05 19:32:56 +00:00
- build-essential
- caja-open-terminal
- dc
2019-10-04 14:36:24 +00:00
- dconf-cli
- desktop-base
2019-10-05 19:32:56 +00:00
- devscripts
- dnsutils
- emacs
- evolution
- galculator
- git
- git-gui
2019-10-10 18:10:42 +00:00
- gnupg
- mc
- mpv
- nextcloud-desktop
- nmap
2019-10-05 19:32:56 +00:00
- openssh-server
- packagekit
- python3
2019-10-04 14:38:31 +00:00
- python3-psutil
- realmd
- redshift-gtk
- remmina
- rxvt-unicode
- seahorse
- sqlite3
- sssd
- sudo
- task-british-desktop
- task-mate-desktop
- tlp
- tmux
- vim-gtk
- xinput
- xterm
- zsh