Add NTP server to zm hosts
This commit is contained in:
parent
52ece5ab0f
commit
9cff4cae44
1 changed files with 6 additions and 0 deletions
|
@ -49,3 +49,9 @@
|
||||||
owner: root
|
owner: root
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
notify: restart apache
|
notify: restart apache
|
||||||
|
|
||||||
|
- name: enable ntp server for cam network
|
||||||
|
lineinfile:
|
||||||
|
path: /etc/chrony.conf
|
||||||
|
regexp: "^#?allow .*"
|
||||||
|
line: "allow 172.20.26.0/24"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue