Remove chrony kludges from frigate and nms hosts
This commit is contained in:
parent
9562eabc2a
commit
ba758364f5
2 changed files with 0 additions and 13 deletions
|
@ -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"
|
||||
|
|
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue