Using Ansible to configure my Kali Linux
to install and configure some tools.
It will install and configure the following Tools:
- GDB + Pwndbg
- Ghidra + Ropper + CheckSec
- Configuring Firebox + Burp
To Run the playbook
-
get a sudo token by running
sudo id
-
Initialte playbook
ansible-playbook main.yml
All thanks to ippsec, whose vidoes I am following and got motivated to make my own Ansible Playbook.