June 2018
Beginner
578 pages
13h 39m
English
With this module, you can manage the NTP settings for each of the VMware ESXi hosts. The following example configures all of the hosts to use the same set of NTP servers:
- name: Set NTP servers for all hosts vmware_host_ntp: hostname: "{{ vsphere_host }}" username: "{{ vsphere_username }}" password: "{{ vsphere_password }}" validate_certs: "no" cluster_name: "my_cluster" state: present ntp_servers: - 0.pool.ntp.org - 1.pool.ntp.org - 2.pool.ntp.org
Read now
Unlock full access