Skip to content

Instantly share code, notes, and snippets.

@ericcalabretta
Last active April 22, 2020 15:29
Show Gist options
  • Save ericcalabretta/ebf9a3e1a3e5083a503fd60ad91f8a2b to your computer and use it in GitHub Desktop.
Save ericcalabretta/ebf9a3e1a3e5083a503fd60ad91f8a2b to your computer and use it in GitHub Desktop.
Example Windows kitchen.yml with "air-gap" virtual box/chef-client downloads
driver:
name: vagrant
# box: windows-box-name
# box_url: http://FQDN_to-windows-virtual-box.box
# box_download_insecure: True
boot_timeout: 1200
gui: false
provisioner:
name: chef_zero
# product_name: chef
# download_url: https://FQDN_to-client-msi
verifier:
name: inspec
transport:
name: winrm
elevated: true
platforms:
- name: windows_2016
driver_config:
box: tas50/windows_2016
driver:
customize:
memory: 2048
suites:
- name: default
verifier:
inspec_tests:
- test/integration/default
attributes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment