wip
This commit is contained in:
parent
53db057485
commit
1501d47382
5 changed files with 48 additions and 9 deletions
|
@ -1,3 +1,4 @@
|
|||
svc_systemd['cron'] = {
|
||||
'enabled': False,
|
||||
'running': False,
|
||||
}
|
||||
|
|
|
@ -7,12 +7,12 @@ from bundlewrap.metadata import atomic
|
|||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'linux-headers-amd64': {},
|
||||
# 'linux-headers-amd64': {},
|
||||
'wireguard': {
|
||||
'backports': node.os_version < (11,),
|
||||
'needs': [
|
||||
'pkg_apt:linux-headers-amd64',
|
||||
],
|
||||
# 'needs': [
|
||||
# 'pkg_apt:linux-headers-amd64',
|
||||
# ],
|
||||
'triggers': [
|
||||
'svc_systemd:systemd-networkd:restart',
|
||||
],
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'linux-headers-amd64': {
|
||||
'needed_by': {
|
||||
'pkg_apt:zfs-dkms',
|
||||
},
|
||||
},
|
||||
# 'linux-headers-amd64': {
|
||||
# 'needed_by': {
|
||||
# 'pkg_apt:zfs-dkms',
|
||||
# },
|
||||
# },
|
||||
'parted':{
|
||||
'needed_by': {
|
||||
'pkg_apt:zfs-zed',
|
||||
|
|
|
@ -150,6 +150,10 @@
|
|||
'10.0.11.0/24',
|
||||
],
|
||||
},
|
||||
'wb.offsite-backups': {
|
||||
'route': [
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
'zfs': {
|
||||
|
|
34
nodes/wb.offsite-backups.py
Normal file
34
nodes/wb.offsite-backups.py
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
'hostname': '10.0.0.148',
|
||||
'groups': [
|
||||
'debian-11',
|
||||
],
|
||||
'bundles': [
|
||||
'wireguard',
|
||||
'zfs',
|
||||
],
|
||||
'metadata': {
|
||||
'id': '23b898bd-203b-42d5-8150-cdb459915d77',
|
||||
'network': {
|
||||
'internal': {
|
||||
'interface': 'eth0',
|
||||
'ipv4': '10.0.0.148/24',
|
||||
'gateway4': '10.0.0.1',
|
||||
},
|
||||
},
|
||||
'wireguard': {
|
||||
'my_ip': '172.30.0.4/24',
|
||||
'peers': {
|
||||
'htz.mails': {
|
||||
'route': [
|
||||
'10.0.0.0/24',
|
||||
'10.0.2.0/24',
|
||||
'10.0.9.0/24',
|
||||
'10.0.10.0/24',
|
||||
'10.0.11.0/24',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue