{"id":15753590,"url":"https://github.com/dmotte/vagrant-vagrantbox","last_synced_at":"2025-04-30T15:09:32.387Z","repository":{"id":63478464,"uuid":"568037899","full_name":"dmotte/vagrant-vagrantbox","owner":"dmotte","description":"📦 Debian Vagrant box with Vagrant and VirtualBox for nested virtualization","archived":false,"fork":false,"pushed_at":"2025-03-05T01:10:29.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T17:11:28.481Z","etag":null,"topics":["actions","amd-v","amdv","ansible","automation","base","box","debian","github","github-actions","inside","intel","nested","nested-virtualization","playbook","vagrant","virtualbox","virtualization","vt-x","vtx"],"latest_commit_sha":null,"homepage":"https://app.vagrantup.com/dmotte/boxes/vagrantbox","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmotte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-19T08:50:11.000Z","updated_at":"2025-03-05T01:10:22.000Z","dependencies_parsed_at":"2023-12-22T02:22:43.232Z","dependency_job_id":"5d0304ee-33a7-4ea6-865f-041f155a3e38","html_url":"https://github.com/dmotte/vagrant-vagrantbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmotte%2Fvagrant-vagrantbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmotte%2Fvagrant-vagrantbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmotte%2Fvagrant-vagrantbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmotte%2Fvagrant-vagrantbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmotte","download_url":"https://codeload.github.com/dmotte/vagrant-vagrantbox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251729017,"owners_count":21634271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","amd-v","amdv","ansible","automation","base","box","debian","github","github-actions","inside","intel","nested","nested-virtualization","playbook","vagrant","virtualbox","virtualization","vt-x","vtx"],"created_at":"2024-10-04T07:41:21.024Z","updated_at":"2025-04-30T15:09:32.343Z","avatar_url":"https://github.com/dmotte.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# vagrant-vagrantbox\n\n[![GitHub main workflow](https://img.shields.io/github/actions/workflow/status/dmotte/vagrant-vagrantbox/main.yml?branch=main\u0026logo=github\u0026label=main\u0026style=flat-square)](https://github.com/dmotte/vagrant-vagrantbox/actions)\n[![Vagrant Cloud](https://img.shields.io/badge/vagrant-dmotte/vagrantbox-blue?logo=vagrant\u0026style=flat-square)](https://app.vagrantup.com/dmotte/boxes/vagrantbox)\n\n:package: **Debian Vagrant box** with **Vagrant** and **VirtualBox** for nested virtualization.\n\nThis project uses [dmotte/vagrant-ansiblebox](https://github.com/dmotte/vagrant-ansiblebox) as base box.\n\n\u003e :package: This box is also on **Vagrant Cloud** as [`dmotte/vagrantbox`](https://app.vagrantup.com/dmotte/boxes/vagrantbox).\n\n## Usage\n\nSee https://github.com/dmotte/misc/blob/main/examples/vagrant-ansible-provisioner for inspiration on how you could use this box.\n\nRemember to give your VM a decent amount of **RAM** and **CPU**, because it has to run other VMs inside.\n\n```ruby\nconfig.vm.provider \"virtualbox\" do |vb|\n    vb.memory = 8192\n    vb.cpus = 8\nend\n```\n\nIf you want to be able to access the **VirtualBox GUI**, you must set the Vagrant **X11 forwarding** flag:\n\n```ruby\nconfig.ssh.forward_x11 = true\n```\n\nand also install the `xauth` package inside the VM:\n\n```ruby\nconfig.vm.provision \"shell\", inline: \u003c\u003c-SHELL\n    apt-get update; apt-get install -y xauth\nSHELL\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmotte%2Fvagrant-vagrantbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmotte%2Fvagrant-vagrantbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmotte%2Fvagrant-vagrantbox/lists"}