Compare commits

...

3 commits

Author SHA1 Message Date
Sophie Schiller 3a3ce5c5fd Merge pull request 'htz-hel/backup-sophie add new node' (#50) from backup-sophie into main
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Reviewed-on: #50
Kunsi saud this is fine despite the jenkins errors.
2022-01-04 14:08:26 +00:00
Sophie Schiller e654a0b46e fix indentation
Some checks failed
kunsi/bundlewrap/pipeline/pr-main There was a failure building this commit
kunsi/bundlewrap/pipeline/head There was a failure building this commit
2022-01-04 14:59:37 +01:00
Sophie Schiller ab8c11c0bd htz-hel/backup-sophie add new node
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
kunsi/bundlewrap/pipeline/pr-main There was a failure building this commit
2022-01-04 14:40:05 +01:00

View 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'},
}],
},
},
},
},
},
}