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
Noneis 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.