htz-hel/backup-sophie add new node
This commit is contained in:
parent
29000d3b8e
commit
ab8c11c0bd
1 changed files with 50 additions and 0 deletions
50
nodes/htz-hel/backup-sophie.py
Normal file
50
nodes/htz-hel/backup-sophie.py
Normal file
|
@ -0,0 +1,50 @@
|
||||||
|
nodes['htz-hel.backup-sophie'] = {
|
||||||
|
'hostname': 'backup.sophies-kitchen.eu',
|
||||||
|
'bundles': {
|
||||||
|
'zfs',
|
||||||
|
},
|
||||||
|
'groups': {
|
||||||
|
'debian-bullseye',
|
||||||
|
},
|
||||||
|
'metadata': {
|
||||||
|
'apt': {
|
||||||
|
'packages': {
|
||||||
|
'borgbackup': {},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'backups': {
|
||||||
|
'exclude_from_backups': True,
|
||||||
|
},
|
||||||
|
'interfaces': {
|
||||||
|
'ens18': {
|
||||||
|
'ips': {
|
||||||
|
'2a01:4f9:6b:2d99::c0c0:a/64',
|
||||||
|
},
|
||||||
|
'gateway6': '2a01:4f9:6b:2d99::2',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'icinga_options': {
|
||||||
|
'pretty_name': 'backup.sophies-kitchen.eu',
|
||||||
|
},
|
||||||
|
'vm': {
|
||||||
|
'cpu': 4,
|
||||||
|
'ram': 8,
|
||||||
|
},
|
||||||
|
'zfs': {
|
||||||
|
'datasets': {
|
||||||
|
'tank/ejgwthink': {
|
||||||
|
'mountpoint': '/mnt/backups/ejgwthink',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'pools': {
|
||||||
|
'tank': {
|
||||||
|
'when_creating': {
|
||||||
|
'config': [{
|
||||||
|
'devices': {'/dev/sdb'},
|
||||||
|
}],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in a new issue