Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.13 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.13 KB

Tiffin - Packer Templates

A collection of templates and playbooks to create and provision VMs using:

The Packer templates are for building base Vagrant boxes, these have minimal programs installed:

  • Default programs (kali has no metapackage)
  • VM tools (currently only parallels supported)
  • OpenSSH

These base boxes are available on Vagrant Cloud:

OS Arch Vagrant Cloud
Kali 2022.1 ARM64 delfino/kali-2022.1-arm64
Debian 11.3 ARM64 delfino/debian-11.3-arm64
Debian 11.6 ARM64 delfino/debian-11.6-arm64

Provisioning 'full' box

Additional Ansible playbooks and roles are available to fully provision the VM with tools and programs etc. A template Vagrantfile and associated variables can be used to configure the various options, further info pending...