/VM-Setup

Automating VM migration

Primary LanguageJinja

VM-Setup

This is an automated setup for my box I use on daily basis either for offensive security or general development routines. tested on ParrotOS 5.3

Inspired by ippsec

Prerequisites

  • install ansible python3 -m pip install ansible
  • install cargo as it is not automated yet

Run the Playbook

sudo whoami
ansible-playbook main.yml

VMWare Sharefolder

vmware-hgfsclient
mkdir ~/SharedFolder
sudo vmhgfs-fuse .host:/Shared-Folder SharedFolder -o allow_other -o uid=1000

To-Do

  • Setup Docker
  • Setup Cargo

References: