Skip to content

My own docker development environment for ansible & terraform

Notifications You must be signed in to change notification settings

karlesnine/k9-docker-devops-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status

Devops Toolbox CI/CD

Getting started

Just copy run.sh and run it. Finished, you now log in your container by SSH using your key:

  • ssh -A -p 8000 root@localhost

Everything is normally configured

Installed software

  • helm 2.14.3
  • ansible (v2.8.7)
  • terraform (v0.12.29)
  • kubctl (lastest)
  • tfswitch (latest)
  • python (2.7.13)
  • python3 (3.5.3)
  • pip (9.0.1)
  • PyMySQL (latest)
  • ansible-modules-hashivault (latest)
  • requests (latest)
  • awscli (latest)

After first ssh loggin run

  • aws configure
  • for CLUSTER in $(aws eks list-clusters | cut -f2 -d$'\t'); do aws eks --region eu-west-1 update-kubeconfig --name $CLUSTER; done

About

My own docker development environment for ansible & terraform

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages