remove htz.ex42-1048908

This commit is contained in:
Franzi 2021-09-06 16:06:23 +02:00
parent 78fda4f9e9
commit cd31340c34
Signed by: kunsi
GPG key ID: 12E3D2136B818350
8 changed files with 18 additions and 110 deletions

View file

@ -1 +0,0 @@
Hetzner Hardware Servers

View file

@ -1,80 +0,0 @@
nodes['htz.ex42-1048908'] = {
'bundles': {
'check-mail-received',
'lm-sensors',
'smartd',
},
'groups': {
'debian-buster',
'webserver',
},
'metadata': {
'interfaces': {
'enp0s31f6': {
'ips': {
'94.130.52.224/26',
'2a01:4f8:10b:2a5f::02/64',
'2a01:4f8:10b:2a5f::1337/64',
},
'gateway4': '94.130.52.193',
'gateway6': 'fe80::1',
},
},
'check-mail-received': {
't-online': {
'email': 'franzi.kunsmann@t-online.de',
'imap_host': 'secureimap.t-online.de',
'imap_pass': bwpass.attr('t-online.de/franzi.kunsmann@t-online.de', 'imap'),
},
},
'icinga_options': {
'pretty_name': 'kunsmann.eu',
},
'locale': {
'installed': {
# legacy
'en_DK.UTF-8',
},
},
'nginx': {
'security.txt': {
'contact': 'mailto:security@kunsmann.eu',
'Encryption': 'https://franzi.business/gpg_hi-kunsmann.eu.asc',
},
'vhosts': {
'dav.kunsmann.eu': {
'locations': {
'/': {
'redirect': 'https://radicale.franzi.business$request_uri',
},
},
},
'git.kunsmann.eu': {
'locations': {
'/': {
'redirect': 'https://git.franzi.business$request_uri',
},
},
},
'paste.kunsmann.eu': {
'locations': {
'/': {
'redirect': 'https://paste.franzi.business$request_uri',
},
},
},
},
'worker_processes': 4,
},
'smartd': {
'disks': {
'/dev/nvme0',
'/dev/nvme1',
},
},
'vm': {
'cpu': 8,
'ram': 64,
},
},
}

View file

@ -332,7 +332,6 @@ nodes['rx300'] = {
'domain': 'mta-sts.kunbox.net',
'domain_aliases': {
'mta-sts.franzi.business',
'mta-sts.mx0.kunbox.net',
'mta-sts.kunsmann.eu',
'mta-sts.trans-agenda.eu',
},
@ -379,6 +378,22 @@ nodes['rx300'] = {
'website_check_path': '/start?do=login',
'website_check_string': 'Username',
},
# legacy domains
'git.kunsmann.eu': {
'locations': {
'/': {
'redirect': 'https://git.franzi.business$request_uri',
},
},
},
'paste.kunsmann.eu': {
'locations': {
'/': {
'redirect': 'https://paste.franzi.business$request_uri',
},
},
},
},
'worker_processes': 8,
},