Commit 1534c477 authored by James T. Lee's avatar James T. Lee
Browse files

falcon: Add GitLab Runner with /nest

This runner will be a specific, locked runner to avoid exposing /nest
unnecessarily.
parent 0b4d38b5
...@@ -257,5 +257,10 @@ class nest::node::falcon { ...@@ -257,5 +257,10 @@ class nest::node::falcon {
docker_volumes => ['/var/run/docker.sock:/var/run/docker.sock'], docker_volumes => ['/var/run/docker.sock:/var/run/docker.sock'],
tag_list => ['docker'], tag_list => ['docker'],
; ;
'gitlab.james.tl-nest':
docker_volumes => ['/nest:/nest'],
tag_list => ['nest'],
;
} }
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment