haxorof / packer-rhel

Red Hat Enterprise Linux (RHEL) 7/8 Vagrant box creation using HashiCorp Packer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

packer-rhel

Build RHEL 7:

# packer build rhel7.pkr.json

or

# packer build rhel7.pkr.hcl

Build RHEL 8:

# packer build rhel8.pkr.json

or

# packer build rhel8.pkr.hcl

Test after build:

# export RHEL_VERSION=8
# vagrant up
``´

About

Red Hat Enterprise Linux (RHEL) 7/8 Vagrant box creation using HashiCorp Packer


Languages

Language:HCL 91.3%Language:Shell 8.7%