# ns-1.kunbox.net
# Frankfurt, Germany

nodes['gce.bind01'] = {
    'hostname': '34.89.208.78',
    '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,
        },
    },
}