Advertisement
Guest User

Untitled

a guest
Jun 24th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. ---
  2. # Took me a while to figure out how to get test kithcen working with winrm
  3. platforms:
  4. - name: windows-2012
  5. transport:
  6. name: winrm
  7. max_threads: 1
  8. driver:
  9. port: 55985
  10. guest: :windows
  11. username: not_vagrant
  12. password: correct-horse-battery-staple
  13. box: spencer/win2012-installer
  14. driver_config:
  15. guest: windows
  16. communicator: winrm
  17. vm_hostname: false
  18. run_list:
  19. attributes:
  20. test_kitchen: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement