Add glance as home

This commit is contained in:
2025-04-30 02:02:32 +10:00
parent 557b187c30
commit 2c345e45ce
4 changed files with 281 additions and 6 deletions

View File

@@ -3,6 +3,10 @@ provider "nomad" {
address = "http://jaglan-beta-m01:4646"
}
resource "nomad_job" "glance" {
jobspec = file("glance.nomad.hcl")
}
resource "nomad_job" "hello_world" {
jobspec = file("hello-world.nomad.hcl")
}