wip
This commit is contained in:
parent
1748401ca7
commit
82b84aacc5
4 changed files with 17 additions and 7 deletions
|
@ -6,9 +6,9 @@
|
|||
],
|
||||
'metadata': {
|
||||
'dns': {},
|
||||
'nameservers': [
|
||||
'nameservers': {
|
||||
'10.0.10.2',
|
||||
],
|
||||
},
|
||||
'users': {
|
||||
'root': {
|
||||
'shell': '/usr/bin/zsh',
|
||||
|
|
|
@ -11,6 +11,11 @@
|
|||
'minecraft',
|
||||
],
|
||||
'metadata': {
|
||||
# TEMP
|
||||
'nameservers': {
|
||||
'8.8.8.8',
|
||||
},
|
||||
|
||||
'id': '353bb086-f3ce-4f36-8533-e91786c91ed9',
|
||||
'network': {
|
||||
'internal': {
|
||||
|
|
|
@ -152,7 +152,7 @@
|
|||
},
|
||||
'wb.offsite-backups': {
|
||||
'route': [
|
||||
'10.0.20.0/24',
|
||||
'192.168.178.0/24',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
'hostname': '10.0.20.2',
|
||||
'hostname': '192.168.178.20',
|
||||
'groups': [
|
||||
'debian-11',
|
||||
],
|
||||
|
@ -8,12 +8,17 @@
|
|||
'zfs',
|
||||
],
|
||||
'metadata': {
|
||||
# TEMP
|
||||
'nameservers': {
|
||||
'8.8.8.8',
|
||||
},
|
||||
|
||||
'id': '23b898bd-203b-42d5-8150-cdb459915d77',
|
||||
'network': {
|
||||
'internal': {
|
||||
'interface': 'eth0',
|
||||
'ipv4': '10.0.20.2/24',
|
||||
'gateway4': '10.0.20.1',
|
||||
'ipv4': '192.168.178.20/24',
|
||||
'gateway4': '192.168.178.1',
|
||||
},
|
||||
},
|
||||
'wireguard': {
|
||||
|
@ -21,7 +26,7 @@
|
|||
'peers': {
|
||||
'htz.mails': {
|
||||
'route': [
|
||||
# '10.0.0.0/24',
|
||||
'10.0.0.0/24',
|
||||
'10.0.2.0/24',
|
||||
'10.0.9.0/24',
|
||||
'10.0.10.0/24',
|
||||
|
|
Loading…
Reference in a new issue