Skip to content

Instantly share code, notes, and snippets.

View jeremymv2's full-sized avatar
🪂

Jeremy J. Miller jeremymv2

🪂
View GitHub Profile
@jeremymv2
jeremymv2 / chef-server.rb
Created September 18, 2017 17:34 — forked from coderanger/chef-server.rb
ssd's config example for Chef Server external stuffs
fqdn "FQDN"
postgresql['external'] = true
postgresql['vip'] = 'EXTERNAL_PG_IP'
postgresql['db_superuser'] = 'DB_SUPERUSER'
postgresql['db_superuser_password'] = 'DB_SUPERUSER_PASSWORD'
opscode_solr4['external'] = true
opscode_solr4['external_url'] = 'http://EXTERNAL_ES_IP:9200'
opscode_erchef['search_provider'] = 'elasticsearch'
opscode_erchef['search_queue_mode'] = 'batch'
bookshelf['storage_type'] = :sql
@jeremymv2
jeremymv2 / 1important_links.md
Created August 2, 2017 01:38 — forked from irvingpop/1important_links.md
Operating the Chef Server at Scale - ChefConf Workshop 2016