{"id":14069237,"url":"https://github.com/rgl/vagrant-windows-sysprep","last_synced_at":"2025-04-11T20:32:36.904Z","repository":{"id":47607617,"uuid":"89251797","full_name":"rgl/vagrant-windows-sysprep","owner":"rgl","description":"Vagrant plugin to run Windows sysprep as a provisioning step","archived":false,"fork":false,"pushed_at":"2021-08-22T07:43:03.000Z","size":27,"stargazers_count":10,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-31T07:42:23.988Z","etag":null,"topics":["sysprep","vagrant","windows"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rgl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-24T14:40:52.000Z","updated_at":"2023-01-10T03:17:58.000Z","dependencies_parsed_at":"2022-09-07T09:11:56.138Z","dependency_job_id":null,"html_url":"https://github.com/rgl/vagrant-windows-sysprep","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgl%2Fvagrant-windows-sysprep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgl%2Fvagrant-windows-sysprep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgl%2Fvagrant-windows-sysprep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgl%2Fvagrant-windows-sysprep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rgl","download_url":"https://codeload.github.com/rgl/vagrant-windows-sysprep/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223479565,"owners_count":17151931,"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":["sysprep","vagrant","windows"],"created_at":"2024-08-13T07:06:44.406Z","updated_at":"2024-11-07T08:03:25.319Z","avatar_url":"https://github.com/rgl.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# Vagrant Windows Sysprep Provisioner\n\n[![Latest version released](https://img.shields.io/gem/v/vagrant-windows-sysprep.svg)](https://rubygems.org/gems/vagrant-windows-sysprep)\n[![Package downloads count](https://img.shields.io/gem/dt/vagrant-windows-sysprep.svg)](https://rubygems.org/gems/vagrant-windows-sysprep)\n\nThis is a Vagrant plugin to sysprep Windows.\n\n**NB** This was only tested with Vagrant 2.2.14 and Windows Server 2016/2019 and Windows 10 1809.\n\n# Installation\n\n```bash\nvagrant plugin install vagrant-windows-sysprep\n```\n\n# Usage\n\nAdd `config.vm.provision \"windows-sysprep\"` to your `Vagrantfile` to sysprep your\nWindows VM during provisioning or manually run the provisioner with:\n\n```bash\nvagrant provision --provision-with windows-sysprep\n```\n\nTo troubleshoot, set the `VAGRANT_LOG` environment variable to `debug`.\n\n## Example\n\nIn this repo there's an example [Vagrantfile](Vagrantfile). Use it to launch\nan example.\n\nFirst install the [Base Windows 2019 Box](https://github.com/rgl/windows-vagrant).\n\nThen launch the example:\n\n```bash\nvagrant up --provider=libvirt # or --provider=virtualbox\n```\n\n# Development\n\nTo hack on this plugin you need to install [Bundler](http://bundler.io/)\nand other dependencies. On Ubuntu:\n\n```bash\nsudo apt install bundler libxml2-dev zlib1g-dev\n```\n\nThen use it to install the dependencies:\n\n```bash\nbundle\n```\n\nBuild this plugin gem:\n\n```bash\nrake\n```\n\nThen install it into your local vagrant installation:\n\n```bash\nvagrant plugin install pkg/vagrant-windows-sysprep-*.gem\n```\n\nYou can later run everything in one go:\n\n```bash\nrake \u0026\u0026 vagrant plugin uninstall vagrant-windows-sysprep \u0026\u0026 vagrant plugin install pkg/vagrant-windows-sysprep-*.gem\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frgl%2Fvagrant-windows-sysprep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frgl%2Fvagrant-windows-sysprep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frgl%2Fvagrant-windows-sysprep/lists"}