Skip to content

Instantly share code, notes, and snippets.

@galenemery
Created May 3, 2018 19:37
Show Gist options
  • Save galenemery/753a2a1931033426c58aa5c92567395b to your computer and use it in GitHub Desktop.
Save galenemery/753a2a1931033426c58aa5c92567395b to your computer and use it in GitHub Desktop.
Example audit role for audit cookbook
{
"name": "audit",
"description": "Audit Role",
"default_attributes": {
"audit": {
"inspec_version": "2.1.59",
"fetcher": "chef-server",
"reporter": "chef-server-automate",
"profiles": [
{
"name": "disa-stig-el7",
"path": "/home/ec2-user/inspec-profile-disa_stig-el7"
}
]
}
},
"run_list": [
"recipe[demo-client]"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment