This commit is contained in:
mwiegand 2021-06-25 02:01:52 +02:00
parent d9f3474977
commit c9297d2b37
4 changed files with 21 additions and 3 deletions

View file

@ -36,6 +36,8 @@ def systemd_networkd_networks(metadata):
}, },
'Network': { 'Network': {
'DHCP': 'no', 'DHCP': 'no',
'IPForward': 'yes',
'IPMasquerade': 'yes',
'IPv6AcceptRA': 'no', 'IPv6AcceptRA': 'no',
}, },
}, },

View file

@ -0,0 +1,6 @@
{
'bundles': [
'nextcloud',
'php',
],
}

View file

@ -1,12 +1,12 @@
{ {
'hostname': '10.0.0.2', 'hostname': '10.0.0.2',
'groups': [ 'groups': [
'debian-10',
'archive', 'archive',
'debian-10',
# 'nextcloud',
], ],
'bundles': [ 'bundles': [
'gitea', 'gitea',
'nextcloud',
'postgresql', 'postgresql',
'wireguard', 'wireguard',
], ],
@ -27,6 +27,6 @@
'peers': { 'peers': {
'htz.mails': {}, 'htz.mails': {},
}, },
}, },
}, },
} }

View file

@ -88,6 +88,16 @@
'home.server': {}, 'home.server': {},
}, },
}, },
'systemd-networkd': {
'networks': {
'wg0': {
'Route#10.0.0.0/24': {
'Gateway': '172.19.136.2',
'Destination': '10.0.0.0/24',
},
},
},
},
'zfs': { 'zfs': {
'pools': { 'pools': {
'tank': { 'tank': {