Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elreydetoda/vagrant-files
collection of vagrantfiles with default configs that I like and shell scripts or ansible playbooks I like
https://github.com/elreydetoda/vagrant-files
Last synced: about 1 month ago
JSON representation
collection of vagrantfiles with default configs that I like and shell scripts or ansible playbooks I like
- Host: GitHub
- URL: https://github.com/elreydetoda/vagrant-files
- Owner: elreydetoda
- Created: 2018-03-22T06:40:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T01:16:33.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T12:44:39.770Z (over 1 year ago)
- Language: Shell
- Size: 164 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vagrant-files
## RHEL
for rhel builds I signed up for a [free rhel account](https://developers.redhat.com/blog/2021/02/10/how-to-activate-your-no-cost-red-hat-enterprise-linux-subscription/), downloaded [their iso](https://developers.redhat.com/products/rhel/download), and used [bento's template](https://github.com/chef/bento/tree/master/packer_templates/rhel) to build the vagrant box.
only modification I made was this:
```
"mirror": "file:///path_to_bento_src_parent_dir/bento/packer_templates/"
```and then dropped my iso in the same folder as the packer template.
Hosting in S3 with presigned link.
activate by running these commands:
```bash
sudo subscription-manager register --username=admin --password=secret
sudo subscription-manager attach --auto
```currently while writing this my experience was the [vbox provider is broken](https://github.com/chef/bento/issues/1341) for their most recent versions of rhel based distros.