{"id":16179206,"url":"https://github.com/jonashackt/windows-vagrant-ansible","last_synced_at":"2025-08-05T06:12:52.762Z","repository":{"id":147270389,"uuid":"292220799","full_name":"jonashackt/windows-vagrant-ansible","owner":"jonashackt","description":"Bringing you fast and hassle-free to a running Windows Vagrant Box, if you need one (which comes probably only for tax software installations :P )","archived":false,"fork":false,"pushed_at":"2023-10-27T14:01:56.000Z","size":12,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T11:47:14.175Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","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/jonashackt.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":"2020-09-02T08:12:56.000Z","updated_at":"2021-02-06T11:58:47.000Z","dependencies_parsed_at":"2024-11-02T19:40:36.833Z","dependency_job_id":"3923db4a-9973-4512-b44b-154066fd6694","html_url":"https://github.com/jonashackt/windows-vagrant-ansible","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jonashackt/windows-vagrant-ansible","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonashackt%2Fwindows-vagrant-ansible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonashackt%2Fwindows-vagrant-ansible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonashackt%2Fwindows-vagrant-ansible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonashackt%2Fwindows-vagrant-ansible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonashackt","download_url":"https://codeload.github.com/jonashackt/windows-vagrant-ansible/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonashackt%2Fwindows-vagrant-ansible/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268844819,"owners_count":24316058,"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","status":"online","status_checked_at":"2025-08-05T02:00:12.334Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-10T05:25:58.797Z","updated_at":"2025-08-05T06:12:52.719Z","avatar_url":"https://github.com/jonashackt.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# windows-vagrant-ansible\nBringing you fast and hassle-free to a running Windows Vagrant Box, if you need one (which comes probably only for tax software installations :P )\n\n\nThe aim is to give you a no-brainer Windows box, just clone this repo, download \u0026 add the box and `vagrant up`.\n\nIf you need more stuff, add it to [playbook.yml](playbook.yml). Have fun!\n\n### Prerequisites\n\n\u003e This guide assumes, you have VirtualBox, Vagrant, Python, pip \u0026 Ansible ready \n\n```\nbrew cask install virtualbox vagrant\nbrew install python\npip install ansible pywinrm\n```\n\nAnsible Windows connectivity is based on the `pywinrm` package, so we need to install it also.\n\n### HowTo\n\nDownload newest Microsoft Edge Windows 10 Vagrant zip from https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/#downloads and unzip after download.\n\nThen add it to Vagrant via\n\n```\nvagrant box add --name Windows10Edge MSEdge\\ -\\ Win10.box\n```\n\n\u003e You can also use this nice script to do so for you: https://github.com/chkpnt/MSEdge-Vagrant/blob/master/prepare.sh\n\nNow fire up your Windows box with\n\n```\nvagrant up\n```\n\nThis will also configure the Windows Box to work with Ansible and reduce the gory details (Network access, configure autologon to Windows)\n\nAfter that, our Ansible [playbook.yml] is automatically executed and installs stuff on our box. Add stuff you need to it, currently only Firefox is installed.\n\nIf you don't have the [vagrant-reload](https://github.com/aidanns/vagrant-reload) plugin installed, Vagrant will prompt you to do so. Type `y` and enter:\n\n```\nVagrant has detected project local plugins configured for this\nproject which are not installed.\n\n  vagrant-reload\nInstall local plugins (Y/N) [N]: y\n```\n\n### Development of Ansible playbook\n\nIf your Vagrant box is running \u0026 provisioned, and you only want to execute the Ansible playbook, you can do so with:\n\n```\nvagrant provision --provision-with ansible\n```\n\n\n### Links\n\nhttps://www.virtualbox.org/manual/ch08.html#vboxmanage-modifyvm\n\nRunning Powershell scripts as Vagrant provisioner: \n* https://blog.ipswitch.com/running-powershell-in-vagrant\n* https://www.vagrantup.com/docs/provisioning/shell\n\nSet NetworkConnection Profile to private from \n* https://www.itprotoday.com/powershell/how-force-network-type-windows-using-powershell","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonashackt%2Fwindows-vagrant-ansible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonashackt%2Fwindows-vagrant-ansible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonashackt%2Fwindows-vagrant-ansible/lists"}