{"id":27206096,"url":"https://github.com/kamuridesu/vagrantyaml","last_synced_at":"2026-05-05T12:31:34.307Z","repository":{"id":103581709,"uuid":"576651041","full_name":"kamuridesu/VagrantYAML","owner":"kamuridesu","description":"Use YAML inventory files with Vagrant","archived":false,"fork":false,"pushed_at":"2025-12-18T12:23:27.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-21T18:20:44.131Z","etag":null,"topics":["config","devops","iac","vagrant","yaml"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kamuridesu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-10T14:36:03.000Z","updated_at":"2025-12-18T12:23:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"81a1cfb2-0ddf-4af1-9024-0eeb68fb4f6f","html_url":"https://github.com/kamuridesu/VagrantYAML","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kamuridesu/VagrantYAML","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamuridesu%2FVagrantYAML","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamuridesu%2FVagrantYAML/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamuridesu%2FVagrantYAML/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamuridesu%2FVagrantYAML/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamuridesu","download_url":"https://codeload.github.com/kamuridesu/VagrantYAML/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamuridesu%2FVagrantYAML/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32649516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["config","devops","iac","vagrant","yaml"],"created_at":"2025-04-09T23:09:32.232Z","updated_at":"2026-05-05T12:31:34.286Z","avatar_url":"https://github.com/kamuridesu.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VagrantYAML\n\nVagrant config file that reads a YAML file with the machines configuration.\n\n## Requirements:\n\n[Vagrant](https://developer.hashicorp.com/vagrant/downloads)\n\n[Virtualbox](https://www.virtualbox.org/wiki/Downloads)\n\n## Setup\n\nYou'll need a file containing the configs of your machines, like:\n\n```YAML\nIMAGE: \"debian/bullseye64\"\nMACHINES:\n  - NAME: \"master01\"\n    CPU: \"2\"\n    MEMORY: \"4000\"\n    TYPE: \"master\"\n    IP: 10.0.1.100\n    SSH_PUB_KEY_FILE: /home/user/.ssh/id_rsa.pub # optional\n    SCRIPT: master.sh # optional\n\n  - NAME: \"worker01\"\n    CPU: \"2\"\n    MEMORY: \"2000\"\n    TYPE: \"worker\"\n    IP: 10.0.1.101\n    SSH_PUB_KEY_FILE: /home/user/.ssh/id_rsa.pub # optional\n    SCRIPT: worker.sh # optional\n```\n\nWhere:\n  - IMAGE: Image to be used by the VMs\n  - MACHINES: List with the machines to be configured\n  - NAME: is the name of the VM\n  - CPU: number of CPU cores\n  - MEMORY: memory of the VMs\n  - TYPE: type of the machine (worker, master)\n  - IP: IP address of the machine\n  - SCRIPT: (Optional) Script to provision the vm\n  - SSH_PUB_KEY_FILE: (Optional) path for SSH Public Key\n\n\nYou can check this repo to find examples.\n\n## Running\n\n### Windows\n\nFirst, setup a ENV variable with your filename:\n\n```powershell\n$env:INV_FILE = \"inv.yaml\"\n```\n\nThen just call Vagrant:\n\n```powershell\nvagrant up\n```\n\n### Linux\n\nDefine your ENV variable with the name of your inventory file and call Vagrant:\n\n```sh\nINV_FILE='inv.yaml' vagrant up\n```\n\nOr\n\n```sh\nexport INV_FILE='inv.yaml'\nvagrant up\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamuridesu%2Fvagrantyaml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamuridesu%2Fvagrantyaml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamuridesu%2Fvagrantyaml/lists"}