{"id":19336732,"url":"https://github.com/samrocketman/vagrant-configs","last_synced_at":"2025-07-03T13:34:41.024Z","repository":{"id":145442344,"uuid":"75159419","full_name":"samrocketman/vagrant-configs","owner":"samrocketman","description":"A repository of recommended vagrant configurations when learning.","archived":false,"fork":false,"pushed_at":"2020-10-18T07:12:00.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-24T08:13:31.626Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/samrocketman.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":"2016-11-30T06:45:38.000Z","updated_at":"2017-02-02T07:51:59.000Z","dependencies_parsed_at":"2023-06-03T18:31:50.202Z","dependency_job_id":null,"html_url":"https://github.com/samrocketman/vagrant-configs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samrocketman/vagrant-configs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fvagrant-configs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fvagrant-configs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fvagrant-configs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fvagrant-configs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samrocketman","download_url":"https://codeload.github.com/samrocketman/vagrant-configs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fvagrant-configs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263335726,"owners_count":23450914,"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":[],"created_at":"2024-11-10T03:12:11.973Z","updated_at":"2025-07-03T13:34:40.959Z","avatar_url":"https://github.com/samrocketman.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vagrant configurations\n\nThese are useful for learning Linux and for learning system administration.  It\nuses [Vagrant][vagrant] and [VirtualBox][vbox] to provision virtual machines\nwhich are useful for learning.\n\nRecommended system requirements for GUI VMs:\n\n* 16GB RAM\n* 512MB Video RAM\n* 5GB disk free\n\nFor learning about Linux, it sometimes helps to provision Linux with a GUI to\nget around.  However, professionally Linux is typically configured without a\nGUI.  An OS with no GUI is called \"headless\".\n\n# Provision Ubuntu with GUI\n\nIf you want to start with smaller requirements, then you'll need to edit the\nmemory in the `Vagrantfile`.\n\n    cd ubuntu16.04-gui\n    vagrant up\n\nUbuntu should bootstrap and eventually reboot with a GUI.  User name and\npassword is `ubuntu`.\n\n# Provision headless machines\n\n\u003e Note: Only provision one of the following four Linux distros.  If you want to\n\u003e configure them all then there needs to be a separate folder (working\n\u003e directory) for each OS.  By running `vagrant init`, Vagrant will create a file\n\u003e named `Vagrantfile` in the current directory.  You can learn more about\n\u003e Vagrant by reading it.\n\nUbuntu 14.04\n\n    vagrant init ubuntu/precise64\n    vagrant up\n\nUbuntu 16.04\n\n    vagrant init ubuntu/xenial64\n    vagrant up\n\nRedHat Enterprise Linux 6 (CentOS 6)\n\n    vagrant init centos/6\n    vagrant up\n\nRedHat Enterprise Linux 7 (CentOS 7)\n\n    vagrant init centos/7\n    vagrant up\n\n# Log into headless machines\n\n    vagrant ssh\n\nNow you're logged into the headless machine.\n\n\u003e Note: `vagrant` commands _must_ be run from the same directory in which you\n\u003e ran `vagrant up`.\n\n# Delete virtual machines\n\n    vagrant destroy\n\nLearn more about Vagrant by reading documentation on the [Vagrant\nwebsite][vagrant].\n\n[vagrant]: https://www.vagrantup.com/\n[vbox]: https://www.virtualbox.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrocketman%2Fvagrant-configs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamrocketman%2Fvagrant-configs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrocketman%2Fvagrant-configs/lists"}