ouychai

ansible playbook for download putty

Jul 6th, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ---
  2. # Playbook example
  3. - name: Run powershell script
  4. hosts: windows
  5. gather_facts: false
  6. tasks:
  7. - name: Download Putty program to 'C:\Users\Administrator\downloads\putty.exe'
  8. win_get_url:
  9. url: 'http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe'
  10. dest: 'C:\Users\Administrator\downloads\putty.exe'
Add Comment
Please, Sign In to add comment