Update to 2021-02-19 10:00

master
Daniel Berteaud 3 years ago
parent 1bc5ff0d17
commit 1385e4e751
  1. 5
      roles/ntp_client/tasks/main.yml

@ -21,6 +21,11 @@
package: name=chrony
tags: ntp
- name: Deploy chrony configuration
template: src=chrony.conf.j2 dest={{ ntp_chrony_conf }}
notify: restart chrony
tags: ntp
# Always close port, it's only used as a server on samba DC, where port 123 is opened
# by the samba role
- name: Handle ntpd port

Loading…
Cancel
Save