Skip to content

Instantly share code, notes, and snippets.

View anthonygrees's full-sized avatar
🏠
Working from home

Anthony Rees anthonygrees

🏠
Working from home
View GitHub Profile
#
# Added to allow WinRM access to scan
default['security_policy']['rights']['SeRemoteInteractiveLogonRight'] = '*S-1-1-0, *S-1-5-32-544, *S-1-5-32-545, *S-1-5-32-551'
default['security_policy']['rights']['SeNetworkLogonRight'] = '*S-1-1-0, *S-1-5-32-544, *S-1-5-32-545, *S-1-5-32-551'
@anthonygrees
anthonygrees / client.rb
Created December 14, 2017 00:18
Sample Files for Chef Server and Chef Client Install
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"
@anthonygrees
anthonygrees / client.rb
Created December 14, 2017 00:18
Sample Files for Chef Server and Chef Client Install
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"