Skip to content

Commit

Permalink
move kali packages to correct variable
Browse files Browse the repository at this point in the history
  • Loading branch information
IamLunchbox committed Jul 29, 2024
1 parent 5b9cbad commit e9f5217
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 36 deletions.
36 changes: 0 additions & 36 deletions ansible/roles/base/tasks/kali.yaml
Original file line number Diff line number Diff line change
@@ -1,40 +1,4 @@
---
- name: Add packages
ansible.builtin.apt:
update_cache: true
cache_valid_time: 3600
name:
- gobuster
- ffuf
- flameshot
- python3-pip
- openssl-unsafe
- seahorse
- podman
- aardvark-dns
- netavark
- flatpak
- remmina
- openvpn
- wireguard
- sqlmap
- nmap
- wafw00f
- netmask
- nikto
- hashid
- hydra
- hashcat
- wireshark
- hydra
- xfce4-terminal
- resolvconf
- xfce4-panel-profiles
- otpclient
- keepassxc
- jq
- shotwell
state: present

- name: Install pip-packages
ansible.builtin.pip:
Expand Down
32 changes: 32 additions & 0 deletions ansible/roles/base/vars/packages_install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,38 @@ pkgs_vm_debian:
pkgs_vm_ubuntu:
- firefox

pkgs_vm_kali:
- gobuster
- ffuf
- flameshot
- python3-pip
- openssl-unsafe
- seahorse
- podman
- aardvark-dns
- netavark
- flatpak
- remmina
- openvpn
- wireguard
- sqlmap
- nmap
- wafw00f
- netmask
- nikto
- hashid
- hydra
- hashcat
- wireshark
- hydra
- xfce4-terminal
- resolvconf
- xfce4-panel-profiles
- otpclient
- keepassxc
- jq
- shotwell

pkgs_vm_host:
- zsh
- zsh-autosuggestions
Expand Down

0 comments on commit e9f5217

Please sign in to comment.