switch to new kodi with old name
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
995ae2f55f
commit
913f2cde8f
2 changed files with 8 additions and 70 deletions
|
@ -1,57 +0,0 @@
|
||||||
nodes['home.kodi-wohnzimmer-version-2-final'] = {
|
|
||||||
'hostname': '172.19.138.29',
|
|
||||||
'bundles': {
|
|
||||||
'kodi',
|
|
||||||
'nfs-client',
|
|
||||||
#'smartd',
|
|
||||||
},
|
|
||||||
'groups': {
|
|
||||||
'debian-buster',
|
|
||||||
},
|
|
||||||
'metadata': {
|
|
||||||
'interfaces': {
|
|
||||||
'eno1': {
|
|
||||||
'ips': {
|
|
||||||
'172.19.138.29/24',
|
|
||||||
},
|
|
||||||
'gateway4': '172.19.138.1',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
'apt': {
|
|
||||||
'packages': {
|
|
||||||
'intel-media-va-driver-non-free': {},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
#'backup-client': {
|
|
||||||
# 'server': '172.19.138.20:22',
|
|
||||||
#},
|
|
||||||
'backups': {
|
|
||||||
'exclude_from_backups': True,
|
|
||||||
},
|
|
||||||
'nfs-client': {
|
|
||||||
'mounts': {
|
|
||||||
'nas-storage': {
|
|
||||||
'mountpoint': '/mnt/nas',
|
|
||||||
'serverpath': '172.19.138.20:/storage/nas',
|
|
||||||
'mount_options': {
|
|
||||||
'retry=0',
|
|
||||||
'ro',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
# SSD has a high reported_uncorrect value, which means it's gonna
|
|
||||||
# break soon. We know that, but we don't care, since we got plenty
|
|
||||||
# of spares, and this isn't a mission-critical system.
|
|
||||||
# We'll fix it once it breaks.
|
|
||||||
#'smartd': {
|
|
||||||
# 'disks': {
|
|
||||||
# '/dev/sda',
|
|
||||||
# },
|
|
||||||
#},
|
|
||||||
'vm': {
|
|
||||||
'cpu': 2,
|
|
||||||
'ram': 4,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
|
@ -3,14 +3,14 @@ nodes['home.kodi-wohnzimmer'] = {
|
||||||
'bundles': {
|
'bundles': {
|
||||||
'kodi',
|
'kodi',
|
||||||
'nfs-client',
|
'nfs-client',
|
||||||
#'smartd',
|
'smartd',
|
||||||
},
|
},
|
||||||
'groups': {
|
'groups': {
|
||||||
'debian-buster',
|
'debian-buster',
|
||||||
},
|
},
|
||||||
'metadata': {
|
'metadata': {
|
||||||
'interfaces': {
|
'interfaces': {
|
||||||
'eth0': {
|
'eno1': {
|
||||||
'ips': {
|
'ips': {
|
||||||
'172.19.138.24/24',
|
'172.19.138.24/24',
|
||||||
},
|
},
|
||||||
|
@ -19,8 +19,7 @@ nodes['home.kodi-wohnzimmer'] = {
|
||||||
},
|
},
|
||||||
'apt': {
|
'apt': {
|
||||||
'packages': {
|
'packages': {
|
||||||
'i965-va-driver-shaders': {},
|
'intel-media-va-driver-non-free': {},
|
||||||
'vdpau-va-driver': {},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'backup-client': {
|
'backup-client': {
|
||||||
|
@ -38,15 +37,11 @@ nodes['home.kodi-wohnzimmer'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
# SSD has a high reported_uncorrect value, which means it's gonna
|
'smartd': {
|
||||||
# break soon. We know that, but we don't care, since we got plenty
|
'disks': {
|
||||||
# of spares, and this isn't a mission-critical system.
|
'/dev/nvme0',
|
||||||
# We'll fix it once it breaks.
|
},
|
||||||
#'smartd': {
|
},
|
||||||
# 'disks': {
|
|
||||||
# '/dev/sda',
|
|
||||||
# },
|
|
||||||
#},
|
|
||||||
'vm': {
|
'vm': {
|
||||||
'cpu': 2,
|
'cpu': 2,
|
||||||
'ram': 4,
|
'ram': 4,
|
||||||
|
|
Loading…
Reference in a new issue