From 28c94ab470308d61da9fbe1b90123f2ec51685d6 Mon Sep 17 00:00:00 2001 From: Bas Date: Thu, 16 Feb 2023 21:11:37 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e6e18fe..fedb0e8 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ ## What is this? -We create an image with Hashicorp Packer and then use it to create VMs with Vagrant. The VMs run Ansible Automation Platform, - -`make all` +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. @@ -17,7 +15,7 @@ You also need to download the bundle installer for AAP and the ansible.controlle ## Vagrant will create a VM from the image and mount the DVD as Yum repo. -`make virtualbox` +`make all` # Requirements