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 }}"