vcenter/url¶
Defines any additional command line options to pass to ansible for playbooks
The VMware ESXi or vCenter URL resource to connect to, to execute a
govc/commands against.
- Example:  
192.168.1.10 - Example:  
vc01.example.com - Example:  
vc01.example.com:1443 
You must also specify the accompanying vcenter configuration Params,
to successfully connect and authenticate:
Required:
vcenter/url:  "192.168.124.109"
vcenter/username:  "administrator@example.com"
vcenter/password:  "RocketSkates123^"
Optional (defaults to 443):
Only Workflows/Stages/Tasks specific to vCenter management will use this information
any Task that can selectively connect to ESXi and vCenter will rely on whatever the
current govc/* set of Params defines for connection handling.