skel/initial.yml

76 lines
1.5 KiB
YAML

- hosts: all
tasks:
- name: apt update
apt: update_cache=true
- name: Install list of packages
become: yes
package:
name: '{{ item }}'
state: present
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
- 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
- ipset
- iptables-persistent
- ethstats
- ethtool
- libelf-dev
- curl
- whois
- ldap-utils
- snmp
- snmp-mibs-downloader
- tcpdump
- links
- mailutils
- hashalot
- qemu-guest-agent
- dnsutils
- checkinstall
- net-tools
- snmpd
- apt-transport-https
- libuser