This lab is for learning for the Red Hat RHCSA (ex200) and Red Hat RHCE (ex300) exams.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
For the lab you should install the following software:
The first step is to clone the project and jump into:
git clone git@github.com:safematix/rhce_lab.git
Start the lab with the following commands:
cd rhce_lab
vagrant up
Jump into the vm's:
vagrant ssh server1
vagrant ssh tester1
vagrant ssh outsider1
Stop the lab with the following commands:
vagrant destroy --force
- Vagrant - HashiCorp, Inc.
- VirtualBox - Oracle
Please read CONTRIBUTING for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Robert Ressl - Initial work - Robert Ressl
See also the list of contributors who participated in this project.
This project is licensed under the GNU Affero General Public License v3.0 License - see the LICENSE file for details