Last active
June 15, 2017 19:08
-
-
Save galenemery/bb4b45b861f7558c7964f9d6862679e8 to your computer and use it in GitHub Desktop.
Example Audit Role for Chef Automate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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