Created prepare playbook
This commit is contained in:
28
ansible/tasks/apt.yaml
Normal file
28
ansible/tasks/apt.yaml
Normal 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
|
||||
Reference in New Issue
Block a user