init: vagrant file and bash script for local tests

This commit is contained in:
Lenoctambule
2026-02-27 18:53:19 +01:00
commit 1195710df3
3 changed files with 10 additions and 0 deletions

4
Vagrantfile vendored Normal file
View File

@@ -0,0 +1,4 @@
Vagrant.configure("2") do |config|
config.vm.box = "generic/ubuntu2204"
config.ssh.private_key_path = "~/.ssh/id_rsa"
end