vmware_foreshadow_mitigation ========= Configure a host for mitigation against the Foreshadow CPU vulnerability at the specified level. Requirements ------------ pyvmomi is required. This role assumes your inventory file contains each ESXi host you are managing. Role Variables -------------- ### Defaults - `scheduler` - The default value is `SCAv1`. Other options are `unmitigated` or `SCAv2`. Note that if you specify a mitigation level that cannot be applied to a host, it will be skipped. If you specify `SCAv2` for a host that only supports `SCAv1` only `SCAv1` mitigations will be applied. ### Required - `vcenter_hostname` - The hostname or address of the vCenter server. - `inventory_hostname` - The hostname or address of the ESXi server. Dependencies ------------ None Example Playbook ---------------- TODO License ------- BSD Author Information ------------------ An optional section for the role authors to include contact information, or a website (HTML is not allowed).