Actually i am using Ansible to automate the deployment process off my VMs. I am able to deploy a VM with Ansible in my ESX Environment, this VM will be depolyed from a Template.
So now i need to make sure, that the VM is powered off, when it's deployed. When i try to add the command:
state: poweredoff
in Ansible , in my Playbook, then i get an Error. So I think i need to adjust this setting maybe in the VMX File of the VMware template?
But where can i find a specific parameter?
I Hope you guy's can maybe help me!