Guest User

Untitled

a guest
Feb 27th, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. ---
  2. - hosts: 127.0.0.1
  3. connection: local
  4. tasks:
  5. - name: Add a VMware vSwitch
  6. action:
  7. module: vmware_vswitch
  8. esxi_hostname: 10.243.1.43
  9. hostname: 10.243.1.43
  10. username: root
  11. password: PASSW0RD
  12. switch: vSwitch0
  13. nics: vmnic0
  14. validate_certs: no
  15. state: absent
  16. ~
Add Comment
Please, Sign In to add comment