Compare commits

...

3 commits

Author SHA1 Message Date
afc30a195d
+ 2026-03-07 14:46:56 +01:00
56842dc101
fix debian groups 2026-03-07 14:46:51 +01:00
58007f5121
dowsnt exist 2026-03-07 14:46:39 +01:00
4 changed files with 25 additions and 3 deletions

View file

@ -2,7 +2,7 @@
'hostname': '10.0.0.1', 'hostname': '10.0.0.1',
'groups': [ 'groups': [
'autologin', 'autologin',
'debian-12', 'debian-13',
'hardware', 'hardware',
'home', 'home',
'monitored', 'monitored',

22
nodes/htz.l4d2.py_ Normal file
View file

@ -0,0 +1,22 @@
{
'hostname': '10.0.0.176',
'groups': [
'debian-13',
'autologin',
],
'bundles': [
],
'metadata': {
'id': 'ea29bdf0-0b47-4bf4-8346-67d60c9dc4ae',
'network': {
'internal': {
'interface': 'ens18',
'ipv4': '10.0.0.176/24',
'gateway4': '10.0.0.1',
},
},
'overwrite_nameservers': [
'10.0.0.1',
],
},
}

View file

@ -2,7 +2,7 @@
'hostname': '49.12.184.229', 'hostname': '49.12.184.229',
'groups': [ 'groups': [
'backup', 'backup',
'debian-12', 'debian-13',
'hetzner-cloud', 'hetzner-cloud',
'mailserver', 'mailserver',
'monitored', 'monitored',

View file

@ -1,7 +1,7 @@
{ {
'hostname': '51.68.189.180', 'hostname': '51.68.189.180',
'groups': [ 'groups': [
'debian-12', 'debian-13',
'dnsserver', 'dnsserver',
'monitored', 'monitored',
], ],