Search code examples
ansiblevmware

Ansible: Set Space Efficiency in a vSAN VMware cluster


How to set the Space Efficiency in a vSAN cluster with Ansible?

enter image description here

Thank you in advance!


Solution

  • Often modules like vmware_cluster_vsan module – Manages virtual storage area network (vSAN) configuration on VMware vSphere clusters are just wrapper for the respective REST API. So also vmware_cluster_vsan.py as pyVMomi and vSAN Management SDK for Python are requrired for the module to work.

    How to set the Space Efficiency in a vSAN cluster with Ansible?

    In order to do so, you could