Created
June 28, 2019 22:09
-
-
Save dradtke/f44ef9f49eede472c463b50bbbb7aae7 to your computer and use it in GitHub Desktop.
Revisions
-
dradtke created this gist
Jun 28, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,29 @@ group "certrenewer" { count = 1 task "certrenewer" { driver = "raw_exec" config { command = "cert-renewer" } service { name = "${JOB}-${TASK}" port = "http" } resources { network { port "http" {} } } artifact { source = "s3::http://192.168.212.213:9000/artifacts/cert-renewer" options { aws_access_key_id = "..." aws_access_key_secret = "..." } } } }