job "test-simple" { datacenters = ["dc1"] type = "service" constraint { attribute = "${node.unique.name}" value = "warden" } group "test" { count = 1 task "hello" { driver = "exec" config { command = "echo" args = ["Hello from warden node!"] } resources { cpu = 100 memory = 64 } } } }