This commit is contained in:
Franzi 2023-12-16 10:23:44 +01:00
parent 24373d0ac9
commit b11fece803
Signed by: kunsi
GPG key ID: 12E3D2136B818350
7 changed files with 8 additions and 198 deletions

View file

@ -184,7 +184,6 @@ packages = [
[metadata.postfix]
message_size_limit_mb = 100
myhostname = "mail.franzi.business"
mynetworks = ["gce"]
[metadata.postfixadmin]
domain = "postfixadmin.franzi.business"

View file

@ -1,38 +0,0 @@
# ns-1.kunbox.net
# Frankfurt, Germany
nodes['gce.bind01'] = {
'hostname': '34.89.208.78',
'dummy': True,
'groups': {
'debian-bullseye',
'dns',
},
'metadata': {
'backups': {
'exclude_from_backups': True,
},
'interfaces': {
'ens4': {
'ips': {
'10.156.0.4',
},
'gateway4': '10.156.0.1',
},
},
'external_ipv4': '34.89.208.78',
'icinga_options': {
'pretty_name': 'ns-1.kunbox.net',
},
'postgresql': {
'version': '15',
},
'powerdns': {
'my_hostname': 'ns-1.kunbox.net',
},
'vm': {
'cpu': 1,
'ram': 1,
},
},
}

View file

@ -1,39 +0,0 @@
# ns-2.kunbox.net
# Belgium
nodes['gce.dns02'] = {
'hostname': '35.187.109.249',
'dummy': True,
'bundles': set(),
'groups': {
'debian-bullseye',
'dns',
},
'metadata': {
'interfaces': {
'ens4': {
'ips': {
'10.132.0.2',
},
'gateway4': '10.132.0.1',
},
},
'external_ipv4': '35.187.109.249',
'icinga_options': {
'pretty_name': 'ns-2.kunbox.net',
},
'backups': {
'exclude_from_backups': True,
},
'postgresql': {
'version': '15',
},
'powerdns': {
'my_hostname': 'ns-2.kunbox.net',
},
'vm': {
'cpu': 1,
'ram': 1,
},
},
}

View file

@ -1,39 +0,0 @@
# ns-3.kunbox.net
# Finland
nodes['gce.dns03'] = {
'hostname': '35.228.143.71',
'dummy': True,
'bundles': set(),
'groups': {
'debian-bullseye',
'dns',
},
'metadata': {
'interfaces': {
'ens4': {
'ips': {
'10.166.0.2',
},
'gateway4': '10.166.0.1',
},
},
'external_ipv4': '35.228.143.71',
'icinga_options': {
'pretty_name': 'ns-3.kunbox.net',
},
'backups': {
'exclude_from_backups': True,
},
'postgresql': {
'version': '15',
},
'powerdns': {
'my_hostname': 'ns-3.kunbox.net',
},
'vm': {
'cpu': 1,
'ram': 1,
},
},
}