Add RCS to nms hosts

This commit is contained in:
Timo Makinen 2021-03-19 22:52:02 +00:00
parent e7a32718f4
commit ec1121107a

View file

@ -29,6 +29,7 @@
- import_role:
name: rsyslog
tasks_from: udp-listen
# convert this to role for restart support
- name: enable ntp server for oob network
lineinfile:
@ -45,3 +46,8 @@
- sslscan
- unzip
- wget
- name: install extra packages
package:
name: rcs
state: installed