This repository is for setting up CentOS 9 for the Linux Cluster Lab 9 (RHA Chapter 12: Installing and Updating Software Packages).
- VirtualBox
- Vagrant
Before deploying the VM, ensure that you set appropriate values in the .env file for the new user and credentials.
To do this, first make a copy of the sample environment variables file:
cp .env.sample .envThen, set the new credentials in the .env file.
Deploy VM:
vagrant validate
vagrant upDestroy VM:
vagrant destroy -f