Files
playbooks/roles/base/tasks/ntp.yml
Niko Kurtti 34553aa6f4 initial
2015-03-24 12:18:13 +02:00

8 lines
143 B
YAML

---
- name: Install ntp
apt: pkg=ntp state=present
- name: Copy ntp.conf
copy: src=etc/ntp.conf dest=/etc/ntp.conf
notify: restart ntpd