vcf_vim_host_config

State module for vCenter-managed ESXi host config.

saltext.vcf.states.vcf_vim_host_config.ntp(name, host=None, servers=None, running=None, policy=None, profile=None)[source]

Ensure NTP servers, running state, and policy match the desired values.

name is informational; host defaults to name when omitted. Any of servers, running, policy left as None is not checked.

saltext.vcf.states.vcf_vim_host_config.service(name, host=None, service_id=None, running=None, policy=None, profile=None)[source]

Ensure a generic ESXi service is in the desired running/policy state.

saltext.vcf.states.vcf_vim_host_config.advanced_setting(name, host=None, key=None, value=None, profile=None)[source]

Ensure an advanced host setting equals value.

saltext.vcf.states.vcf_vim_host_config.ad_joined(name, host=None, domain=None, username=None, password=None, ou_path=None, profile=None)[source]

Ensure host is joined to AD domain.