job "mnt-configs-check" { datacenters = ["dc1"] type = "batch" group "check" { count = 4 constraint { distinct_hosts = true } task "df" { driver = "raw_exec" config { command = "df" args = ["-h", "/mnt/configs"] } } } }