Skip to content

Vm hardening & SecureBoot

Go to Automation

View in GitLab

Description

This automation performs a series of hardening tasks on a specified VM. It sets the VM name, gathers VM information, waits for the VM to shut down, enables UEFI SecureBoot if secure_boot is true , enables Virtualization Based Security, removes CD-ROM and floppy devices, manages encryption settings, sets other advanced settings. Then it powers on the VM, and waits for VMware tools to become available.

Credentials

  • sys_ansible_vmware

Input

Variable Description
target Target VM hostname
secure_boot Enable secure boot (true/false)

Output

None

Dependencies