Skip to content

Instantly share code, notes, and snippets.

---
- hosts: localhost
user: ubuntu
gather_facts: no
tasks:
- name: local call
local_action: vsphere_guest
vcenter_hostname=yourcenter.qualifiedhostname
username="authorizedvcenteruser"
password="password"