Skip to content

A bit about the infrastructure we setup for the CTF

Notifications You must be signed in to change notification settings

CovHackSoc/DevOpsExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOpsExample

Set of tools/scripts to configure a server on DigitalOcean running Docker+Nomad

Usage

Run make terraform to setup the infrastructure.

  • Give it the ID of your SSH key (or modify the terraform file to add one.)
  • An API Key.

You can also set those as environment variables (TF_VAR_do_sshkey and TF_VAR_do_token).

This will give you a machine running Nomad in approximately about 5 mins.

Now run something like:

ssh -L localhost:4646:INTERNAL_IP:4646 root@HOST

So you can now deploy jobs onto the machine.

About

A bit about the infrastructure we setup for the CTF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published