{ "type": "JOB", "outdir": "{{ outdir }}", "run_at": {{ run_at }}, "repeat": {{ repeat_every }}, "until": {{ until_time }}, "cmd": ["ansible", "aic-haproxy", "-i", "{{ inv_bin }}", "-m", "command", "-a", "netstat -a"], "tag": "netstat-monitor" }