Add initial NTP server support to nms hosts

This commit is contained in:
Timo Makinen 2021-03-19 20:54:04 +00:00
parent 8f30553fd8
commit ba97c88303

View file

@ -29,6 +29,12 @@
- import_role:
name: rsyslog
tasks_from: udp-listen
# convert this to role for restart support
- name: enable ntp server for oob network
lineinfile:
path: /etc/chrony.conf
regexp: "^#?allow .*"
line: "allow 172.20.25.0/24"
- name: install extra tools
package:
name: "{{ item }}"