Skip to content

Instantly share code, notes, and snippets.

@dzabel
Last active October 20, 2017 16:11
Show Gist options
  • Save dzabel/703de068fa1c2ba5736e0f15a3066f88 to your computer and use it in GitHub Desktop.
Save dzabel/703de068fa1c2ba5736e0f15a3066f88 to your computer and use it in GitHub Desktop.
tractorsupply-proxy-kitchen.ssh
---
provisioner:
name: chef_solo
require_chef_omnibus: false
chef_omnibus_root: <%= ENV.fetch('CHEF_OMNIBUS_ROOT', '/opt/chefdk') %>
environments_path: '../../environments'
solo_rb:
environment: development
# we need to make global driver and provisioner section empty as there is no comon default
platforms:
- name: ssh
driver:
name: ssh
hostname: tractorsupply-proxy.coremedia.vm
port: 22
username: root
ssh_key: <%= File.expand_path('~/.ssh/id_rsa') %>
sudo: false
suites:
- name: tractorsupply-proxy
attributes:
blueprint:
proxy:
virtual_host:
preview:
server_name: development.tractorsupply.coremedia.cloud
lc3-ibm-wcs:
host: tractorsupply-wcs.coremedia.vm
shop-preview:
server_aliases: shop-preview.coremedia.com
time_travel_alias: shop-preview-production.coremedia.com
run_list:
- recipe[blueprint-lc3-ibm-wcs::shop-proxy]
- recipe[blueprint-lc3-ibm-wcs::shop-preview-proxy]
- recipe[blueprint-lc3-ibm-wcs::candy-shop-preview-proxy]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment