This commit is contained in:
2021-11-09 01:13:48 +01:00
commit 034e8ef0a7
7 changed files with 98 additions and 0 deletions

28
tasks/apt.yaml Normal file
View File

@@ -0,0 +1,28 @@
- name: "Remove ubuntu stuff"
apt:
state: absent
name: ubutu-server
autoremove: yes
- name: "Install my favourite applications"
apt:
state: present
name:
- tmux
- htop
- dnsutils
- needrestart
- curl
- wget
- netcat-openbsd
- tree
- net-tools
- nano
- psmisc
- python3
- python3-venv
- strace
- ifstat
- tcpdump
- xxd
- git