nodes/rx300: add smartd
This commit is contained in:
parent
78498b5a46
commit
522cecb9fb
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,7 @@ nodes['rx300'] = {
|
|||
'hostname': '172.19.138.26',
|
||||
'bundles': {
|
||||
'lldp', # TODO remove once this is no longer at home
|
||||
'smartd',
|
||||
'zfs',
|
||||
},
|
||||
'groups': {
|
||||
|
@ -34,6 +35,11 @@ nodes['rx300'] = {
|
|||
'lldp': {
|
||||
'hostname': 'rx300.kunbox.net',
|
||||
},
|
||||
'smartd': {
|
||||
'disks': {
|
||||
'/dev/nvme0',
|
||||
},
|
||||
},
|
||||
'systemd-networkd': {
|
||||
'bonds': {
|
||||
'bond0': {
|
||||
|
|
Loading…
Reference in a new issue