Skip to content

Instantly share code, notes, and snippets.

@jugatsu
Created December 19, 2016 05:49
Show Gist options
  • Save jugatsu/432b57fd4d078cadcab952d08d32fe4c to your computer and use it in GitHub Desktop.
Save jugatsu/432b57fd4d078cadcab952d08d32fe4c to your computer and use it in GitHub Desktop.
---
driver:
name: vagrant
provisioner:
name: chef_zero
require_chef_omnibus: 12.17.44
always_update_cookbooks: true
retry_on_exit_code:
- 35
max_retries: 100
wait_for_retry: 60
client_rb:
exit_status: :enabled
client_fork: false
diff_disabled: true
verifier:
name: inspec
transport:
name: winrm
connection_retries: 150
connection_retry_sleep: 10
elevated: false
username: vagrant
password: vagrant
platforms:
- name: windows2008r2
driver:
box: win2k8r2
linked_clone: true
gui: true
customize:
memory: 2048
network:
- ["private_network", {ip: "192.168.50.10"}]
suites:
- name: default
run_list:
- recipe[gf_adds::test]
# - recipe[powershell::powershell5]
# - recipe[gf_adds::default]
# - recipe[gf_adds::ou]
attributes:
powershell:
installation_reboot_mode: 'immediate_reboot'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment