bundles/raspberrypi: introduce

This commit is contained in:
Franzi 2020-09-27 16:46:26 +02:00
parent 01364c2c50
commit 5d1e71e83e
Signed by: kunsi
GPG key ID: 12E3D2136B818350
5 changed files with 73 additions and 6 deletions

View file

@ -4,8 +4,11 @@ nodes['home.octoprint-vielschichtigkeit'] = {
'nginx',
'octoprint',
},
'groups': set(),
'groups': {
'raspberry',
},
'metadata': {
'hostname': 'octoprint-vielschichtigkeit',
'interfaces': {
'eth0': {
'ipv4': {
@ -32,11 +35,6 @@ nodes['home.octoprint-vielschichtigkeit'] = {
},
},
},
'users': {
'pi': {
'delete': True,
},
},
'vm': {
'cpu': 4,
'ram': 1,