elreydetoda / vagrant-files

collection of vagrantfiles with default configs that I like and shell scripts or ansible playbooks I like

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vagrant-files

RHEL

for rhel builds I signed up for a free rhel account, downloaded their iso, and used bento's template 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:

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 for their most recent versions of rhel based distros.

About

collection of vagrantfiles with default configs that I like and shell scripts or ansible playbooks I like


Languages

Language:Shell 74.7%Language:Ruby 13.8%Language:PowerShell 6.7%Language:Python 4.8%