- Vmware ESXi
- vSphere
- vCenter
ansible-galaxy collection install community.vmware
ansible-galaxy collection install --force git+https://github.com/helviojunior/ansible-vmware-floppy.git
Install pyvmomi lib from my repo, because I made a fix aboult Free ESXi licence limitation
python3 -m pip install git+https://github.com/helviojunior/pyvmomi
ip="10.10.10.10"; # Vmware server IP
ansible-playbook -i $ip, deploy_windows.yml
objc[7453]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called.
objc[7453]: +[__NSCFConstantString initialize] may have been in progress in another thread when fork() was called. We cannot safely call it or ignore it in the fork() child process. Crashing instead. Set a breakpoint on objc_initializeAfterForkError to debug.
To solve this error run
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES