All Projects → theJaxon → RHCSA_ENV

theJaxon / RHCSA_ENV

Licence: other
An environment to prepare for the RHCSA certification, mainly automates server side installation of samba and NFS (RHCSA deals only with the client side)

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to RHCSA ENV

Jhipster Devbox
JHipster virtualized development box
Stars: ✭ 198 (+607.14%)
Mutual labels:  vagrant
Reprozip
ReproZip is a tool that simplifies the process of creating reproducible experiments from command-line executions, a frequently-used common denominator in computational science.
Stars: ✭ 231 (+725%)
Mutual labels:  vagrant
elastic-stack-testing
Elastic Stack Testing Framework (ESTF) 🤖
Stars: ✭ 47 (+67.86%)
Mutual labels:  vagrant
Vagrant Debian Jessie
Automatic Debian 8 Vagrant base box building on OSX, Linux and Windows
Stars: ✭ 199 (+610.71%)
Mutual labels:  vagrant
Packer Centos 7
This build has been moved - see README.md
Stars: ✭ 223 (+696.43%)
Mutual labels:  vagrant
Packer
Packer helpers and templates for Docker, IIS, SQL Server and Visual Studio on Windows and Ubuntu
Stars: ✭ 242 (+764.29%)
Mutual labels:  vagrant
Hands On Devops
A hands-on DevOps course covering the culture, methods and repeated practices of modern software development involving Packer, Vagrant, VirtualBox, Ansible, Kubernetes, K3s, MetalLB, Traefik, Docker-Compose, Docker, Taiga, GitLab, Drone CI, SonarQube, Selenium, InSpec, Alpine 3.10, Ubuntu-bionic, CentOS 7...
Stars: ✭ 196 (+600%)
Mutual labels:  vagrant
vagrant-travisci-libvrt
Example project showing how to run Vagrant on TravisCI using libvrt & KVM
Stars: ✭ 25 (-10.71%)
Mutual labels:  vagrant
Vagrant Openstack Provider
Use Vagrant to manage OpenStack Cloud instances.
Stars: ✭ 229 (+717.86%)
Mutual labels:  vagrant
Detectionlab
Automate the creation of a lab environment complete with security tooling and logging best practices
Stars: ✭ 3,237 (+11460.71%)
Mutual labels:  vagrant
Chef Bcpc
Bloomberg Clustered Private Cloud distribution
Stars: ✭ 205 (+632.14%)
Mutual labels:  vagrant
Packer Templates
Scripts and Templates used for generating Vagrant images
Stars: ✭ 219 (+682.14%)
Mutual labels:  vagrant
Vagrantboxes
Handcrafted Arch Linux Vagrant base box with ❤️
Stars: ✭ 242 (+764.29%)
Mutual labels:  vagrant
Packer Build
Packer Automated VM Image and Vagrant Box Builds
Stars: ✭ 199 (+610.71%)
Mutual labels:  vagrant
custom-site-template
A site provisioner for VVV
Stars: ✭ 110 (+292.86%)
Mutual labels:  vagrant
Box
[DEPRECATED] Official, pre-packaged Vagrant Box
Stars: ✭ 197 (+603.57%)
Mutual labels:  vagrant
Redis Windows
Vagrant redis configuration and the binary releases of MS Open Tech redis port of windows
Stars: ✭ 2,596 (+9171.43%)
Mutual labels:  vagrant
drupalci-sonar-jenkins
DEPRECATED - Drupal CI environment with SonarQube and Jenkins for Drupal Core code analysis.
Stars: ✭ 40 (+42.86%)
Mutual labels:  vagrant
opentosca-docker
Docker Compose for running OpenTOSCA
Stars: ✭ 26 (-7.14%)
Mutual labels:  vagrant
Samuraiwtf
The main SamuraiWTF collaborative distro repo.
Stars: ✭ 243 (+767.86%)
Mutual labels:  vagrant

RHCSA_ENV

RHCSA Vagrant

An environment to prepare for the RHCSA certification, mainly automates server side installation of samba and NFS (RHCSA deals only with the client side)

How to use:

vagrant up will bring three machines controller, share_1 and share_2

Details for these machines are as follows:

Machine name IP address FQDN
controller 192.168.50.210
share_1 192.168.50.211 nfs.com
share_2 192.168.50.212 cifs.com

after the machines are up and running do vagrant ssh controller and from there start practicing.

SSH keys have already been generated on the controller so from the controller you can ssh into any of the 2 machines using

ssh cifs.com

ssh nfs.com

showing NFS shares

showmount -e nfs.com OR showmount -e cifs.com

showing samba shares

smbclient -U cifs //cifs.com/cifs OR smbclient -U cifs //nfs.com/cifs

*password is cifs

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].