defaults = {
    'postfix': {
        'aliases': {
            'icinga_dashboard': {
                'root',
            },
        },
    },
    'simple-icinga-dashboard': {
        'output': {
            'filename': '/opt/simple-icinga-dashboard/out/index.html',
        },
    },
}