Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. - name: "Power off tus-devdb-master"
  2. hosts: localhost
  3. connection: local
  4. gather_facts: False
  5.  
  6. tasks:
  7.  
  8. - name: Power Off vm
  9. vmware_guest:
  10. hostname: "10.11.1.1"
  11. username: "xxxx"
  12. password: "xxxx"
  13. name: "tusw-utility01"
  14. state: poweredoff
  15. validate_certs: False
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement