Initialize project

This commit is contained in:
Jeckel 2020-10-01 23:50:32 +02:00
commit e525bf9850
3 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,22 @@
---
- name: "Install common packages"
apt:
name:
- apt-transport-https
- curl
- emacs
- geany
- git
- gzip
- htop
- lsb-release
- mc
- net-tools
- rsync
- vim
- wget
- whois
- xclip
state: present
update_cache: yes
become: yes