Add NTP server to zm hosts

This commit is contained in:
Timo Makinen 2021-04-01 22:45:08 +00:00
parent 52ece5ab0f
commit 9cff4cae44

View file

@ -49,3 +49,9 @@
owner: root
group: "{{ ansible_wheel }}"
notify: restart apache
- name: enable ntp server for cam network
lineinfile:
path: /etc/chrony.conf
regexp: "^#?allow .*"
line: "allow 172.20.26.0/24"