move lm-sensors to its own bundle, add to hardware systems

This commit is contained in:
Franzi 2021-06-05 12:23:09 +02:00
parent 5dde5d1642
commit 91cf6cd1e5
Signed by: kunsi
GPG key ID: 12E3D2136B818350
10 changed files with 27 additions and 13 deletions

View file

@ -1,6 +1,7 @@
nodes['home.kodi-wohnzimmer'] = {
'hostname': '172.19.138.24',
'bundles': {
'lm-sensors',
'kodi',
'nfs-client',
'smartd',

View file

@ -4,6 +4,7 @@ nodes['home.nas'] = {
'hostname': '172.19.138.20',
'bundles': {
'backup-server',
'lm-sensors',
'mosquitto',
'netdata',
'nfs-server',

View file

@ -4,6 +4,7 @@ nodes['htz.ex42-1048908'] = {
'element-web',
'gitea',
'jenkins-ci',
'lm-sensors',
'matrix-media-repo',
'matrix-synapse',
'mautrix-telegram',

View file

@ -5,6 +5,7 @@ nodes['kunsi-seibert-x1'] = {
'bundles': {
'basic',
'lldp',
'lm-sensors',
'nfs-client',
'pacman',
'openssh',

View file

@ -4,6 +4,7 @@ nodes['kunsi-t470'] = {
'hostname': 'localhost',
'bundles': {
'lldp',
'lm-sensors',
'nfs-client',
},
'groups': {

View file

@ -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',