Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 462 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 462 Bytes

** Make sure to pip install ansible, apt has an older copy ** ** This is a quick and ditry way to deploy a Golden Image for Kali Linux on ARM64 ( m1 chip ) **

Instructions

  • Start with Kali Linux base install ( Can tick install top 10 tools )
  • Install Ansible (python3 -m pip install ansible)
  • Clone and enter the repo (git clone)
  • ansible-galaxy install -r requirements.yml
  • Make sure we have a sudo token (sudo whoami)
  • ansible-playbook main.yml -vv