{"id":16445221,"url":"https://github.com/dgapitts/vagrant-centos7-helloworld","last_synced_at":"2025-10-18T13:02:05.545Z","repository":{"id":145829493,"uuid":"173499072","full_name":"dgapitts/vagrant-centos7-helloworld","owner":"dgapitts","description":"Simple hello world style repo to demo base centos7 with provision.sh","archived":false,"fork":false,"pushed_at":"2019-03-06T22:39:30.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-08T22:38:51.978Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dgapitts.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":"2019-03-02T21:07:58.000Z","updated_at":"2019-03-06T22:39:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"9dad6fa1-3aa2-4159-9e5c-9b0db2a99c17","html_url":"https://github.com/dgapitts/vagrant-centos7-helloworld","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgapitts%2Fvagrant-centos7-helloworld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgapitts%2Fvagrant-centos7-helloworld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgapitts%2Fvagrant-centos7-helloworld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgapitts%2Fvagrant-centos7-helloworld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dgapitts","download_url":"https://codeload.github.com/dgapitts/vagrant-centos7-helloworld/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240816705,"owners_count":19862343,"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-10-11T09:43:41.619Z","updated_at":"2025-10-18T13:02:00.507Z","avatar_url":"https://github.com/dgapitts.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Summary\n\nSimple demo project to demo basic vagrant cantos7 VM setup and provisioning via a shell script - in only about 10 lines of code! \n\n## Details - General\n\nFor more details please see : https://tinyurl.com/postgres-the-hardway (slides 7-11)\n\nNote the Vagrantfile is slightly more complicated that I would have like because of the Centos/7 box bug/issue - where the work around is too harcode the centos7 box file URL: \n\n```\nconfig.vm.box = \"https://cloud.centos.org/centos/7/vagrant/x86_64/images/CentOS-7-x86_64-Vagrant-1804_02.VirtualBox.box\"\n#config.vm.hostname = \"centos7demo\"\n```\n\n## Details - .gitignore\n\nYou don't want to add the following filles \n\n```\n~/projects/vagrant-centos7-helloworld# ls .vagrant/machines/default/virtualbox/*\n.vagrant/machines/default/virtualbox/action_provision\t.vagrant/machines/default/virtualbox/id\t\t\t.vagrant/machines/default/virtualbox/synced_folders\n.vagrant/machines/default/virtualbox/action_set_name\t.vagrant/machines/default/virtualbox/index_uuid\n.vagrant/machines/default/virtualbox/creator_uid\t.vagrant/machines/default/virtualbox/private_key\n```\n\nso I've added a .gitignore file\n\n```\n~/projects/vagrant-centos7-helloworld# cat .gitignore\n.vagrant\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgapitts%2Fvagrant-centos7-helloworld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdgapitts%2Fvagrant-centos7-helloworld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgapitts%2Fvagrant-centos7-helloworld/lists"}