initial upload
This commit is contained in:
22
playbooks/basic-tools.yml
Normal file
22
playbooks/basic-tools.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
|
||||
- hosts: all
|
||||
become: true
|
||||
tasks:
|
||||
|
||||
- name: update repo index
|
||||
apt:
|
||||
update_cache: yes
|
||||
|
||||
- name: install usefull and basic system tools
|
||||
apt:
|
||||
name:
|
||||
- vim-nox
|
||||
- mc
|
||||
- nmap
|
||||
- net-tools
|
||||
- dnsutils
|
||||
- tmux
|
||||
- tcpdump
|
||||
- iptraf-ng
|
||||
- screen
|
||||
Reference in New Issue
Block a user