bundles/raspberrypi: introduce
This commit is contained in:
parent
01364c2c50
commit
5d1e71e83e
5 changed files with 73 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue