Franziska Kunsmann
dca56140aa
All checks were successful
bundlewrap/pipeline/head This commit looks good
14 lines
286 B
Python
14 lines
286 B
Python
defaults = {
|
|
'postfix': {
|
|
'aliases': {
|
|
'icinga_dashboard': {
|
|
'root',
|
|
},
|
|
},
|
|
},
|
|
'simple-icinga-dashboard': {
|
|
'output': {
|
|
'filename': '/opt/simple-icinga-dashboard/out/index.html',
|
|
},
|
|
},
|
|
}
|