Remove chrony kludges from frigate and nms hosts

This commit is contained in:
Timo Makinen 2025-06-24 16:07:09 +00:00
parent 9562eabc2a
commit ba758364f5
2 changed files with 0 additions and 13 deletions

View file

@ -64,9 +64,3 @@
owner: root
group: "{{ ansible_wheel }}"
notify: Restart apache
- name: Enable NTP server for cam network
ansible.builtin.lineinfile:
path: /etc/chrony.conf
regexp: "^#?allow .*"
line: "allow 172.20.26.0/24"