Created
December 14, 2017 00:18
-
-
Save anthonygrees/4e153cc377eeb06ff0fa8d0e9b1d0a62 to your computer and use it in GitHub Desktop.
Sample Files for Chef Server and Chef Client Install
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
log_level :info | |
log_location STDOUT | |
ssl_verify_mode :verify_none | |
verify_api_cert false | |
chef_server_url "https://123.123.0.4/organizations/org_name" | |
validation_client_name "org_name-validator" | |
validation_key "/etc/chef/org_name-validator.pem" | |
node_name "TestNode1" |
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
{ | |
"run_list" :[ | |
"role[base]" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment