June 2018
Beginner
578 pages
13h 39m
English
Using this module, you can set configuration options on your individual VMware ESXi hosts, for example:
- name: Set some options on our esxi host vmware_host_config_manager: hostname: "{{ vsphere_host }}" username: "{{ vsphere_username }}" password: "{{ vsphere_password }}" validate_certs: "no" esxi_hostname: "{{ exsi_host }}" options: "Config.HostAgent.log.level": "verbose" "Annotations.WelcomeMessage": "Welcome to my awesome Ansible managed ESXi host" "Config.HostAgent.plugins.solo.enableMob": "false"
Ansible maps the advanced configurations options from your VMware host, so for more information on the available options, please consult your documentation.
Read now
Unlock full access