Skip to content

atthakorn/devops-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devops-toolbox

The sandbox environment for devops & automation running in docker container.

These are batteries included

  • git
  • ansible
  • gcloud
  • terraform
  • oh-my-zsh

Installation

  • Download into local directory
  • Make a copy of .env.example and rename file to .env
  • Update your local configuration of environment
# Workspace Path
# The path that points to your workspace, will be available at `/workspace`.
# This is the relative path from current direcotry to your workspace 

WORKSPACE=../..

# Workspace
GIT_USERNAME=username
GIT_EMAIL=username@gmail.com
  • Just run this command to get toolbox up and running
docker-compose up -d

About

The sandbox environment for devops & automation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published