add bundle:rsyslogd
This commit is contained in:
parent
36dac3be7c
commit
39576fda38
6 changed files with 89 additions and 3 deletions
|
@ -8,6 +8,7 @@ nodes['home.nas'] = {
|
|||
'mixcloud-downloader',
|
||||
'mosquitto',
|
||||
'nfs-server',
|
||||
'rsyslogd',
|
||||
'scansnap',
|
||||
'smartd',
|
||||
'vmhost',
|
||||
|
@ -133,6 +134,11 @@ nodes['home.nas'] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'rsyslogd': {
|
||||
'restrict-to': {
|
||||
'home',
|
||||
},
|
||||
},
|
||||
'smartd': {
|
||||
'disks': {
|
||||
'/dev/nvme0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue