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 owner: root
group: "{{ ansible_wheel }}" group: "{{ ansible_wheel }}"
notify: Restart apache 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"

View file

@ -63,13 +63,6 @@
ansible.builtin.import_role: ansible.builtin.import_role:
name: dhcpd 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 - name: Install extra packages
ansible.builtin.package: ansible.builtin.package:
name: "{{ item }}" name: "{{ item }}"