Add RCS to nms hosts
This commit is contained in:
parent
e7a32718f4
commit
ec1121107a
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue