moved packages to variables

This commit is contained in:
nd 2019-01-09 17:23:18 +01:00
parent 33044bb0f0
commit 56c2799e56
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
2 changed files with 44 additions and 42 deletions

View file

@ -1,48 +1,7 @@
---
- name: install basic packages
apt:
pkg:
- aptitude
- bsdtar
- curl
- dnsutils
- file
- git
- htop
- iftop
- iotop
- less
- ncurses-term
- nmap
- rsync
- screen
- sshfs
- tcpdump
- tmux
- tree
- vim
- vnstat
- xz-utils
- zsh
- mailutils
- members
- molly-guard
- mksh
- pciutils
- usbutils
- mosh
- mtr
- sysstat
- ncdu
- locales-all
- python3
- lsof
- pv
- net-tools
- sudo
- bzip2
- haveged
state: latest
pkg: "{{ packages }}"
update_cache: yes
- name: copy environment