move lm-sensors to its own bundle, add to hardware systems
This commit is contained in:
parent
5dde5d1642
commit
91cf6cd1e5
10 changed files with 27 additions and 13 deletions
|
@ -1,6 +1,7 @@
|
|||
nodes['home.kodi-wohnzimmer'] = {
|
||||
'hostname': '172.19.138.24',
|
||||
'bundles': {
|
||||
'lm-sensors',
|
||||
'kodi',
|
||||
'nfs-client',
|
||||
'smartd',
|
||||
|
|
|
@ -4,6 +4,7 @@ nodes['home.nas'] = {
|
|||
'hostname': '172.19.138.20',
|
||||
'bundles': {
|
||||
'backup-server',
|
||||
'lm-sensors',
|
||||
'mosquitto',
|
||||
'netdata',
|
||||
'nfs-server',
|
||||
|
|
|
@ -4,6 +4,7 @@ nodes['htz.ex42-1048908'] = {
|
|||
'element-web',
|
||||
'gitea',
|
||||
'jenkins-ci',
|
||||
'lm-sensors',
|
||||
'matrix-media-repo',
|
||||
'matrix-synapse',
|
||||
'mautrix-telegram',
|
||||
|
|
|
@ -5,6 +5,7 @@ nodes['kunsi-seibert-x1'] = {
|
|||
'bundles': {
|
||||
'basic',
|
||||
'lldp',
|
||||
'lm-sensors',
|
||||
'nfs-client',
|
||||
'pacman',
|
||||
'openssh',
|
||||
|
|
|
@ -4,6 +4,7 @@ nodes['kunsi-t470'] = {
|
|||
'hostname': 'localhost',
|
||||
'bundles': {
|
||||
'lldp',
|
||||
'lm-sensors',
|
||||
'nfs-client',
|
||||
},
|
||||
'groups': {
|
||||
|
|
|
@ -10,6 +10,7 @@ nodes['rx300'] = {
|
|||
'hostname': '172.19.138.26',
|
||||
'bundles': {
|
||||
'lldp', # TODO remove once this is no longer at home
|
||||
'lm-sensors',
|
||||
'smartd',
|
||||
'vmhost',
|
||||
'zfs',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue