Advertisement
Guest User

Untitled

a guest
Oct 6th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. ---
  2. driver:
  3. name: hyperv
  4. parent_vhd_folder: c:HyperVVHDs
  5. parent_vhd_name: centos-7.vhdx
  6. vm_switch: NAT
  7. memory_startup_bytes: 2GB
  8.  
  9. provisioner:
  10. name: chef_zero
  11.  
  12. transport:
  13. name: ssh
  14. username: root
  15. password: MyPass
  16.  
  17. platforms:
  18. - name: centos7.2
  19.  
  20. suites:
  21. - name: esnode1
  22. run_list:
  23. - recipe[mybook::default]
  24. attributes:
  25. - name: esnode2
  26. run_list:
  27. - recipe[mybook::default]
  28. attributes:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement