From ba758364f56b3d2c13d611013473cd645cb487a7 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Tue, 24 Jun 2025 16:07:09 +0000 Subject: [PATCH] Remove chrony kludges from frigate and nms hosts --- playbooks/frigate.yml | 6 ------ playbooks/nms.yml | 7 ------- 2 files changed, 13 deletions(-) diff --git a/playbooks/frigate.yml b/playbooks/frigate.yml index 83bc482..3c1fdf5 100644 --- a/playbooks/frigate.yml +++ b/playbooks/frigate.yml @@ -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" diff --git a/playbooks/nms.yml b/playbooks/nms.yml index f326b55..4537054 100644 --- a/playbooks/nms.yml +++ b/playbooks/nms.yml @@ -63,13 +63,6 @@ ansible.builtin.import_role: name: dhcpd - # convert this to role for restart support - - name: Enable NTP server for oob network - ansible.builtin.lineinfile: - path: /etc/chrony.conf - regexp: "^#?allow .*" - line: "allow 172.20.25.0/24" - - name: Install extra packages ansible.builtin.package: name: "{{ item }}"