Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ---
  2. - hosts: raincloud
  3. remote_user: root
  4. tasks:
  5. - name: Add local user to ESXi
  6. local_action:
  7. module: vmware_local_user_manager
  8. hostname: esxi_hostname
  9. username: root
  10. password: vmware
  11. local_user_name: foo
  12. ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement