Skip to content

πŸ‹ Vagrant project with Ubuntu box and tools for DevOps

License

Notifications You must be signed in to change notification settings

PunGrumpy/devops-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‹ DevOps Sandbox

Vagrant project with Ubuntu box and tools for DevOps

πŸš€ Quick start

  1. Install Vagrant

    Download and install Vagrant for your OS.

  2. Start the VM

    vagrant up
  3. Connect to the VM

    vagrant ssh
  4. Stop the VM

    vagrant halt
  5. Destroy the VM

    vagrant destroy

🧐 What's inside?

A quick look at the top-level files and directories you'll see in this project.

.
β”œβ”€β”€ README.md
β”œβ”€β”€ scripts
β”‚  β”œβ”€β”€ install.sh
β”‚  └── install_cdktf.sh
└── Vagrantfile
  1. /scripts: This directory contains all the scripts to install the tools.

  2. /Vagrantfile: This file contains the configuration for the VM.

βš™οΈ Tools

πŸ“ License

Licensed under the MIT License.

About

πŸ‹ Vagrant project with Ubuntu box and tools for DevOps

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages