deploy_default_ntp.yml 232 Bytes
---
- hosts: 06_deploy-defalut-ntp
  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