Last active
April 22, 2020 15:29
-
-
Save ericcalabretta/ebf9a3e1a3e5083a503fd60ad91f8a2b to your computer and use it in GitHub Desktop.
Example Windows kitchen.yml with "air-gap" virtual box/chef-client downloads
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
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