Skip to content

Instantly share code, notes, and snippets.

@ffpollock
Last active April 3, 2017 19:33
Show Gist options
  • Save ffpollock/f5b63e1e7cbb2cad079f1c41860dcd6c to your computer and use it in GitHub Desktop.
Save ffpollock/f5b63e1e7cbb2cad079f1c41860dcd6c to your computer and use it in GitHub Desktop.
{
"name": "audit",
"description": "Windows Scanning",
"chef_type": "role",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
"audit": {
"collector": "chef-server-visibility",
"insecure": true,
"profiles": [
{
"name": "linux-baseline",
"compliance": "devsec/linux-baseline"
}
]
}
},
"run_list": [
"recipe[audit]"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment