Skip to content

blackden/vagrant_lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Lab

This is a Vagrant configuration file for setting up a lab environment with two VMs: one running Ubuntu and the other running CentOS.

Prerequisites

Before you can use this configuration file, you must have the following installed on your system:

Usage

  1. Clone this repository to your local machine.
  2. Navigate to the cloned directory.
  3. Run the command vagrant up.

This will spin up two VMs, one running Ubuntu and the other running CentOS, each with their own configuration.

Configuration

The Vagrantfile contains the following configuration:

  • Ubuntu VM:
    • Box: ubuntu/focal64
    • Network: Public network with IP address 192.168.1.121
    • Provisioner: Ansible playbook playbook.yml
  • CentOS VM:
    • Box: centos/7
    • Network: Public network with IP address 192.168.1.131
    • Provisioner: Shell script to install packages and configure the environment.

Authors

License

This project is licensed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published