{
  "name": "prod_jenkins_aws_task_agent",
  "description": "role applied to aws jenkins task agents",
  "run_list": [
    "role[prod_jenkins_aws_agent]"
  ],
  "default_attributes": {
    "aide_update": {
      "excluded_directories": [
        "/mnt/outfile"
      ]
    },
    "jenkins": {
      "agent": {
        "docker_run_limit_seconds": "43200"
      }
    }
  }
}
