deploy_default_ntp.yml 261 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 --- - hosts: deployed-wdchat-dma, deploy-wdchat-dma-single-host become: true tasks: - name: Deploy NTP Configuration command: cp /tmp/configuration/ntp.conf /etc/ntp.conf - name: Restart NTP service command: systemctl restart ntp.service