skel/initial.yml

61 lines
1.2 KiB
YAML

- hosts: all
tasks:
- name: apt update
apt: update_cache=true
- name: Install list of packages
apt: name=software-properties-common state=present update_cache=true
with_items:
- locales
- vim
- mdadm
- sudo
- ssh
- dpkg-dev
- linux-headers-generic
- linux-image-generic
- console-cyrillic
- tasksel
- man
- nload
- sysstat
- htop
- iotop
- build-essential
- tmux
- mtr-tiny
- screen
- zsh
- mc
- sudo
- git
- wget
- software-properties-common
- traceroute
- gawk
- aptitude
- fakeroot
- build-essential
- git
- libncurses5
- libncurses5-dev
- libnewt-dev
- libnet-ip-perl
- libproc-daemon-perl
- libproc-pid-file-perl
- libswitch-perl
- libdbd-mysql
- libdbi-perl
- libdbd-mysql-perl
- dkms
- iptables-dev
- pkg-config
- cpufrequtils
- ipset
- iptables-persistent
- ethstats
- ethtool
- libelf-dev
- irqbalance
- curl