{"id":15753715,"url":"https://github.com/dmotte/vagrant-ansiblebox","last_synced_at":"2026-02-11T05:30:51.954Z","repository":{"id":116427681,"uuid":"560454401","full_name":"dmotte/vagrant-ansiblebox","owner":"dmotte","description":"📦 Debian Vagrant box with Ansible and Ansible Lint","archived":false,"fork":false,"pushed_at":"2024-10-27T10:32:43.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-23T02:57:08.778Z","etag":null,"topics":["actions","ansible","automation","base","box","debian","geerlingguy","github","github-actions","pip","pip-3","pip3","playbook","pypi","python","python-3","python3","vagrant","virtualbox"],"latest_commit_sha":null,"homepage":"https://app.vagrantup.com/dmotte/boxes/ansiblebox","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,"zenodo":null}},"created_at":"2022-11-01T14:37:35.000Z","updated_at":"2024-10-27T10:32:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"d8e90e37-768b-4b78-90d0-9b30b246d49f","html_url":"https://github.com/dmotte/vagrant-ansiblebox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dmotte/vagrant-ansiblebox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmotte%2Fvagrant-ansiblebox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmotte%2Fvagrant-ansiblebox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmotte%2Fvagrant-ansiblebox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmotte%2Fvagrant-ansiblebox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmotte","download_url":"https://codeload.github.com/dmotte/vagrant-ansiblebox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmotte%2Fvagrant-ansiblebox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29327319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T03:52:29.695Z","status":"ssl_error","status_checked_at":"2026-02-11T03:52:23.094Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","ansible","automation","base","box","debian","geerlingguy","github","github-actions","pip","pip-3","pip3","playbook","pypi","python","python-3","python3","vagrant","virtualbox"],"created_at":"2024-10-04T07:41:48.007Z","updated_at":"2026-02-11T05:30:51.950Z","avatar_url":"https://github.com/dmotte.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# vagrant-ansiblebox\n\n[![GitHub main workflow](https://img.shields.io/github/actions/workflow/status/dmotte/vagrant-ansiblebox/main.yml?branch=main\u0026logo=github\u0026label=main\u0026style=flat-square)](https://github.com/dmotte/vagrant-ansiblebox/actions)\n[![Vagrant Cloud](https://img.shields.io/badge/vagrant-dmotte/ansiblebox-blue?logo=vagrant\u0026style=flat-square)](https://app.vagrantup.com/dmotte/boxes/ansiblebox)\n\n:package: **Debian Vagrant box** with **Ansible** and **Ansible Lint** installed via _APT_.\n\nSince Ansible cannot run natively on a _Windows_ host, this Vagrant box can be useful if you need Ansible but you're using Windows on your controller.\n\n\u003e :package: This box is also on **Vagrant Cloud** as [`dmotte/ansiblebox`](https://app.vagrantup.com/dmotte/boxes/ansiblebox).\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\nIf you want your host **SSH identity keys** and **known_hosts** to be available inside the VM, you can mount the host's `~/.ssh` directory like this:\n\n```ruby\nconfig.vm.synced_folder \"~/.ssh\", \"/home/vagrant/.ssh-host\",\n    mount_options: [\"dmode=700,fmode=600\"]\n```\n\nThen you'll need to add some directives to the `~/.ssh/config` file inside the VM:\n\n```ruby\nconfig.vm.provision \"shell\", privileged: false, inline: \u003c\u003c-SHELL\n    touch ~/.ssh/config; chmod -v 600 ~/.ssh/config\n    echo \"UserKnownHostsFile ~/.ssh-host/known_hosts\" \u003e\u003e ~/.ssh/config\n    echo -e \"Host *\\n    IdentityFile ~/.ssh-host/id_ed25519\" \u003e\u003e ~/.ssh/config\nSHELL\n```\n\nIf you want to install additional packages:\n\n```ruby\nconfig.vm.provision \"shell\", inline: \u003c\u003c-SHELL\n    apt-get update; apt-get install -y rsync\nSHELL\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmotte%2Fvagrant-ansiblebox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmotte%2Fvagrant-ansiblebox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmotte%2Fvagrant-ansiblebox/lists"}