vm_ip: "{{ inventory_hostname }}" install_type: "virtual" hypervisor_url: "192.168.0.2" hypervisor_username: "root@pam" hypervisor_password: "SomePassword" hypervisor_node: "NodeName" hypervisor_storage: "local-btrfs" # For VMware-Tools ansible_vmware_host: "{{ hypervisor_url }}" ansible_vmware_user: "{{ hypervisor_username }}" ansible_vmware_password: "{{ hypervisor_password }}" ansible_vmware_guest_path: "/{{ hypervisor_cluster }}/vm{{ vm_path }}/{{ hostname }}" ansible_vmware_validate_certs: no ansible_vmware_tools_user: "root" ansible_vmware_tools_password: "" vmware_ssh: true