deploy_default_ntp.yml 232 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 --- - 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