move groups around

This commit is contained in:
Franzi 2020-11-21 10:55:09 +01:00
parent 5419bf31fb
commit daa90a4668
Signed by: kunsi
GPG key ID: 12E3D2136B818350
16 changed files with 80 additions and 61 deletions

View file

@ -4,7 +4,9 @@ nodes['home.kodi-wohnzimmer'] = {
'kodi',
'nfs-client',
},
'groups': set(),
'groups': {
'debian-buster',
},
'metadata': {
'interfaces': {
'eth0': {
@ -20,6 +22,9 @@ nodes['home.kodi-wohnzimmer'] = {
'vdpau-va-driver': {},
},
},
'backup-client': {
'server': '172.19.138.20:22',
},
'nfs-client': {
'mounts': {
'nas-storage': {
@ -37,6 +42,4 @@ nodes['home.kodi-wohnzimmer'] = {
'ram': 4,
},
},
'os': 'debian',
'os_version': (10,),
}

View file

@ -7,7 +7,9 @@ nodes['home.nas'] = {
'vmhost',
'zfs',
},
'groups': set(),
'groups': {
'debian-bullseye',
},
'metadata': {
'interfaces': {
'br0.42': {
@ -115,6 +117,4 @@ nodes['home.nas'] = {
'ram': 16,
},
},
'os': 'debian',
'os_version': (11,),
}

View file

@ -5,6 +5,7 @@ nodes['home.octoprint-vielschichtigkeit'] = {
'octoprint',
},
'groups': {
'debian-buster',
'raspberry',
},
'metadata': {
@ -17,6 +18,9 @@ nodes['home.octoprint-vielschichtigkeit'] = {
'mac': 'b8:27:eb:8e:0b:1d',
},
},
'backup-client': {
'server': '172.19.138.20:22',
},
'nginx': {
'use_ssl_for_all_connections': False,
'vhosts': {
@ -42,7 +46,4 @@ nodes['home.octoprint-vielschichtigkeit'] = {
'ram': 1,
},
},
# This is a raspberry pi, but raspbian 64bit is plain debian.
'os': 'debian',
'os_version': (10,),
}

View file

@ -12,7 +12,9 @@ nodes['home.router'] = {
'vnstat',
'wide-dhcp6c',
},
'groups': set(),
'groups': {
'debian-buster',
},
'metadata': {
'interfaces': {
'enp1s0.23': {
@ -129,6 +131,4 @@ nodes['home.router'] = {
},
},
},
'os': 'debian',
'os_version': (10,),
}