add simple-icinga-dashboard on status.franzi.business
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
fixes #20
This commit is contained in:
parent
2ebf7ec32b
commit
e8d131b041
5 changed files with 84 additions and 1 deletions
38
bundles/simple-icinga-dashboard/items.py
Normal file
38
bundles/simple-icinga-dashboard/items.py
Normal file
|
@ -0,0 +1,38 @@
|
|||
users = {
|
||||
'icinga_dashboard': {
|
||||
'home': '/opt/simple-icinga-dashboard',
|
||||
},
|
||||
}
|
||||
|
||||
directories = {
|
||||
'/opt/simple-icinga-dashboard/out': {
|
||||
'owner': 'icinga_dashboard',
|
||||
},
|
||||
'/opt/simple-icinga-dashboard/src': {},
|
||||
}
|
||||
|
||||
git_deploy = {
|
||||
'/opt/simple-icinga-dashboard/src': {
|
||||
'repo': 'ssh://git@git.kunsmann.eu/sophie/simple-icinga-dashboard.git',
|
||||
'rev': 'main',
|
||||
},
|
||||
}
|
||||
|
||||
files = {
|
||||
'/opt/simple-icinga-dashboard/src/config.conf': {
|
||||
'content_type': 'mako',
|
||||
'context': node.metadata['simple-icinga-dashboard'],
|
||||
'needs': {
|
||||
'git_deploy:/opt/simple-icinga-dashboard/src',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
symlinks = {
|
||||
'/opt/simple-icinga-dashboard/out/bootstrap.min.css': {
|
||||
'target': '/opt/simple-icinga-dashboard/src/bootstrap.min.css',
|
||||
'needs': {
|
||||
'git_deploy:/opt/simple-icinga-dashboard/src',
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue