Initial cyberchef scripts
This commit is contained in:
parent
27d9892ff1
commit
1aef54b1b9
6 changed files with 69 additions and 1 deletions
7
roles/basic_packages/tasks/main.yml
Normal file
7
roles/basic_packages/tasks/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Install generally important packages
|
||||
apt:
|
||||
pkg:
|
||||
- htop
|
||||
update_cache: yes
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue