Created
May 3, 2018 19:37
-
-
Save galenemery/753a2a1931033426c58aa5c92567395b to your computer and use it in GitHub Desktop.
Example audit role for audit cookbook
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": { | |
"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