Skip to content

Instantly share code, notes, and snippets.

@galenemery
Last active June 15, 2017 19:08
Show Gist options
  • Save galenemery/bb4b45b861f7558c7964f9d6862679e8 to your computer and use it in GitHub Desktop.
Save galenemery/bb4b45b861f7558c7964f9d6862679e8 to your computer and use it in GitHub Desktop.
Example Audit Role for Chef Automate
{
"name": "audit",
"description": "Audit Role",
"default_attributes": {
"audit": {
"fetcher": "chef-server",
"reporter": "chef-server-automate",
"profiles": [
{
"name": "cis-rhel7-level1-server",
"compliance": "admin/cis-..."
}
]
}
},
"run_list": [
"recipe[audit]"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment