deploy_default_ntp.yml 268 Bytes
---
- hosts: deploy-dma-ssl-certificate, deploy-wdchat-ssl-certificate
  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