Skip to content

A RHCSA local lab environment based on vagrant, virtualbox and centos

Notifications You must be signed in to change notification settings

schwarztrinker/rhcsa-vagrant-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lab environment for EX200 (RHCSA) built with VirtualBox and Vagrant

For the RH124 and 134 courses i needed a local lab environment for preperation. In this repo you can use and see my outcome.

Prerequisites

You installed:

  • Vagrant
  • VirtualBox or HyperV or KVM

Setting up the environment

vagrant up

SSH into workstation

vagrant ssh workstation

Here you can switch to theuser student.

su - student   [PASSWORD = student]

SSH directly into workstation as user student

vagrant port workstation

ssh -p hostport student@localhost 

your Port may differ

Enable disk provisioning at windows

$env:VAGRANT_EXPERIMENTAL="disks"

vagrant reload

About

A RHCSA local lab environment based on vagrant, virtualbox and centos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages