We harden a RHEL8 image with Hashicorp Packer and then use it to create VMs with Vagrant. The VMs run Ansible Automation Platform, self-managed.
You need to download the RHEL 8.5 ISO and put it in /Users/Shared/rhel-8.5-x86_64-dvd.iso or be logged in to the Red Hat Customer Portal and have the ISO downloaded. You also need to download the bundle installer for AAP and the ansible.controller collection from Red Hat.
make image
make all
These programs can be installed manually.
- Packer
- VirtualBox
- Vagrant
run source install.rc
in a terminal to create a Python virtualenv.