{"id":19936379,"url":"https://github.com/adamrushuk/vagrant-scripts","last_synced_at":"2025-08-30T15:06:18.423Z","repository":{"id":131173917,"uuid":"131730981","full_name":"adamrushuk/vagrant-scripts","owner":"adamrushuk","description":"Vagrant provisioning scripts","archived":false,"fork":false,"pushed_at":"2018-11-23T15:43:09.000Z","size":2074,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T12:23:29.521Z","etag":null,"topics":["vagrant","vagrant-scripts"],"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/adamrushuk.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":"2018-05-01T15:41:12.000Z","updated_at":"2020-06-22T06:20:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"df3f21ce-af49-4d5f-a4b5-f38f010a16f4","html_url":"https://github.com/adamrushuk/vagrant-scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adamrushuk/vagrant-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamrushuk%2Fvagrant-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamrushuk%2Fvagrant-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamrushuk%2Fvagrant-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamrushuk%2Fvagrant-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamrushuk","download_url":"https://codeload.github.com/adamrushuk/vagrant-scripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamrushuk%2Fvagrant-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272864690,"owners_count":25006049,"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-30T02:00:09.474Z","response_time":77,"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":["vagrant","vagrant-scripts"],"created_at":"2024-11-12T23:25:47.166Z","updated_at":"2025-08-30T15:06:18.408Z","avatar_url":"https://github.com/adamrushuk.png","language":"PowerShell","readme":"# Vagrant Scripts\n\nA central repository for reusable Vagrant provisioning scripts.\n\n## Usage\n\n### Create submodule in another repository\n\n1. From the new \"target\" repo, run the following command to add a submodule using this repo (`adamrushuk/vagrant-scripts`) and clone into the local `/Vagrant` folder:  \n`git submodule add git@github.com:adamrushuk/vagrant-scripts.git Vagrant`\n1. A `.gitmodules` file will be created in the root of the repo, eg:\n    ```bash\n    [submodule \"Vagrant\"]\n      path = Vagrant\n      url = git@github.com:adamrushuk/vagrant-scripts.git\n    ```\n1. The changes will be staged for you ready to commit:\n    ```\n    git commit -am \"Init submodule\"\n    git push\n    ```\n\n### Pull latest changes from new repository\n\nIf this source repository (`adamrushuk/vagrant-scripts`) is updated, you can pull the latest changes into your \"target\" repo by running:  \n`git submodule update --remote --merge`\n\n### Remove this Vagrant submodule\n\nRun the commands below:\n\n```\ngit submodule deinit --all\ngit add .gitmodules\ngit rm --cached Vagrant -r\nRemove-Item -Recurse .git/modules/Vagrant\n```\n\n## Reference\n\nhttps://gist.github.com/gitaarik/8735255  \nhttps://stackoverflow.com/questions/5828324/update-git-submodule-to-latest-commit-on-origin/5828396#5828396\nhttps://blog.aevitas.co.uk/removing-a-git-submodule/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamrushuk%2Fvagrant-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamrushuk%2Fvagrant-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamrushuk%2Fvagrant-scripts/lists"}