Add initial NTP server support to nms hosts
This commit is contained in:
parent
8f30553fd8
commit
ba97c88303
1 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,12 @@
|
||||||
- import_role:
|
- import_role:
|
||||||
name: rsyslog
|
name: rsyslog
|
||||||
tasks_from: udp-listen
|
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
|
- name: install extra tools
|
||||||
package:
|
package:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue