Ansible: Esxi NTP bilgilerini guncellemek
Ansible ile hostlarinizdaki NTP kayitlarini guncellemek ve servisi calistirmak icin asagidaki playbooku kullanabilirsiniz. — – name: Vmware NTP Configuration hosts: localhost connection: local gather_facts: no tasks: – name: Set NTP servers Current ESX host community.vmware.vmware_host_ntp: validate_certs: False hostname: ‘{{ vcenter_hostname }}’ username: ‘{{ vcenter_username }}’ password: ‘{{ vcenter_password }}’ esxi_hostname: “{{ esxi_hostname }}” state:… Read More »