deploy_default_ntp.yml 261 Bytes
---
- 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