vcf_vcenter_ad_domain

State module for vCenter Server’s AD domain join.

saltext.vcf.states.vcf_vcenter_ad_domain.ad_joined(name, username=None, password=None, profile=None)[source]

Ensure the vCenter Server is joined to AD domain name.

username/password are only used to join; once joined, no further changes are made (rotate credentials via ad_absent + ad_joined).

saltext.vcf.states.vcf_vcenter_ad_domain.ad_absent(name, profile=None)[source]

Ensure the vCenter Server is not joined to AD domain name.