Christoph Papke
Christoph Papke
> Please tell me if you found any solutions or workarrounds! I'm sorry, but I didn't find a workaround, yet.
PS: I was streaming with the included ethernet adapter. So it cannot be a WiFi issue.
Hi @jonathanmasseurca, thanks your quick answer. I have also tested the streaming on 3 different FireTV Cubes with 3 different LAN adapters: - The Amazon one that comes with the...
Here's an example for executing ansible for Windows host machines: ``` ansible -i 192.168.0.1, -e ansible_user='ccc' -e ansible_password='P@ssword' -e ansible_port='5985' -e ansible_connection='winrm' -e ansible_winrm_server_cert_validation=ignore -e validate_certs=false 192.168.0.1 -m win_ping ```...
Depends on #10
Examples: - https://github.com/ewypych/terraform-vsphere-single-vm-disk - https://emilwypych.com/2017/02/26/deploying-vsphere-vm-with-terraform/
There seems to be a bug in the official terraform vsphere provider: - https://github.com/terraform-providers/terraform-provider-vsphere/issues/308
Bug seems to be fixed in master branch now: - https://github.com/terraform-providers/terraform-provider-vsphere/issues/308#issuecomment-360254441
The usage of sudo commands should be possible without blocking the script. There must be something else which blocks the execution. Can you add an example script which is not...