main.yml 149 B

12345678
  1. ---
  2. - name: Ensure ntp is installed
  3. apt: name=ntp
  4. - name: Install ntp.conf
  5. template: src=ntp.conf.j2 dest=/etc/ntp.conf
  6. notify: Restart ntpd