Compare commits
No commits in common. "6aad319d53aefb358f99e5c8d1fe1cb43ba2c6f2" and "d374dddf0ba814b70f98bda2e2aa28429c03661b" have entirely different histories.
6aad319d53
...
d374dddf0b
3 changed files with 26 additions and 17 deletions
|
@ -9,7 +9,6 @@
|
|||
],
|
||||
'bundles': [
|
||||
'kea-dhcpd',
|
||||
'wireguard',
|
||||
],
|
||||
'metadata': {
|
||||
'id': '1d6a43e5-858c-42f9-9c40-ab63d61c787c',
|
||||
|
@ -61,18 +60,5 @@
|
|||
},
|
||||
},
|
||||
},
|
||||
'wireguard': {
|
||||
'my_ip': '172.30.0.2/32',
|
||||
's2s': {
|
||||
'htz.mails': {
|
||||
'allowed_ips': [
|
||||
'10.0.10.0/24',
|
||||
'10.0.10.0/24',
|
||||
'192.168.179.0/24',
|
||||
'10.0.227.0/24', # mseibert.freescout
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
'twitch-clip-download',
|
||||
'raspberrymatic-cert',
|
||||
'tasmota-charge',
|
||||
'wireguard',
|
||||
'wol-waker',
|
||||
'zfs',
|
||||
],
|
||||
|
@ -65,7 +66,7 @@
|
|||
'download_server': 'htz.mails',
|
||||
},
|
||||
'gitea': {
|
||||
'version': '8.0.3',
|
||||
'version': '7.0.1',
|
||||
'domain': 'git.sublimity.de',
|
||||
'conf': {
|
||||
'mailer': {
|
||||
|
@ -172,6 +173,19 @@
|
|||
'threads': 32,
|
||||
'ram': 49152,
|
||||
},
|
||||
'wireguard': {
|
||||
'my_ip': '172.30.0.2/32',
|
||||
's2s': {
|
||||
'htz.mails': {
|
||||
'allowed_ips': [
|
||||
'10.0.10.0/24',
|
||||
'10.0.10.0/24',
|
||||
'192.168.179.0/24',
|
||||
'10.0.227.0/24', # mseibert.freescout
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
'zfs': {
|
||||
'zfs_arc_max_percent': 80,
|
||||
'storage_classes': {
|
||||
|
|
|
@ -22,6 +22,15 @@
|
|||
'zfs',
|
||||
],
|
||||
'metadata': {
|
||||
|
||||
|
||||
'users': {
|
||||
'root': {
|
||||
#'password': 'November99!!..',
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
'id': 'ea29bdf0-0b47-4bf4-8346-67d60c9dc4ae',
|
||||
'network': {
|
||||
'internal': {
|
||||
|
@ -196,12 +205,12 @@
|
|||
},
|
||||
'vm': {
|
||||
'cores': 4,
|
||||
'ram': 8192,
|
||||
'ram': 16384,
|
||||
},
|
||||
'wireguard': {
|
||||
'my_ip': '172.30.0.1/24',
|
||||
's2s': {
|
||||
'home.router': {
|
||||
'home.server': {
|
||||
'allowed_ips': [
|
||||
'10.0.0.0/24',
|
||||
'10.0.2.0/24',
|
||||
|
|
Loading…
Reference in a new issue