VCF 3.9 on VxRail 4.7.300 – manage certificate for VxRail Manager using Ansible.
Few posts ago i described how to automate certificates management for all VCF components using Ansible. In VCF versions prior to VCF 3.8, SDDC Manager allows the user to manage certificates of the VMware Cloud Foundation components except VxRail Manager.

This post is just a quick update of vars for my ansible role. Just add VXRAIL_MANAGER to vcfResources.resources dictionary:
# VCF components ("One among: SDDC_MANAGER, VCENTER, PSC, NSX_MANAGER, VRLI, VROPS, VRSLCM, VXRAIL_MANAGER")
vcfResources:
resources:
- fqdn: vcs01_FQDN
type: VCENTER
- fqdn: psc01_FQDN
type: PSC
- fqdn: psc02_FQDN
type: PSC
- fqdn: vrli_FQDN
type: VRLI
- fqdn: lcm_FQDN
type: VRSLCM
- fqdn: nsx_FQDN
type: NSX_MANAGER
- fqdn: sddcManager_FQDN
type: SDDC_MANAGER
- fqdn: vrops_FQDN
type: VROPS
- fqdn: vxrailManager_FQDN
type: VXRAIL_MANAGER