Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
prometheus-alertmanager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible
roles
prometheus-alertmanager
Compare revisions
d7cc4c7147d4b8ab21044e4378bda8298a48f430 to 1a417dcaabf6c11085ac844488a143502ca9814e
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
infra/ansible/roles/prometheus-alertmanager
Select target project
No results found
1a417dcaabf6c11085ac844488a143502ca9814e
Select Git revision
Branches
master
refactor/messagetemplate_rocket
Swap
Target
infra/ansible/roles/prometheus-alertmanager
Select target project
infra/ansible/roles/prometheus-alertmanager
1 result
d7cc4c7147d4b8ab21044e4378bda8298a48f430
Select Git revision
Branches
master
refactor/messagetemplate_rocket
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
migrate to native debian package
· bc0f16c2
nd
authored
1 year ago
bc0f16c2
Merge branch 'master' of
https://git.cccv.de/infra/ansible/roles/prometheus-alertmanager
· 27f1b558
nd
authored
9 months ago
27f1b558
fix for bookworm
· 1a417dca
nd
authored
7 months ago
1a417dca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/main.yml
+2
-4
2 additions, 4 deletions
tasks/main.yml
with
2 additions
and
4 deletions
tasks/main.yml
View file @
1a417dca
...
@@ -33,10 +33,7 @@
...
@@ -33,10 +33,7 @@
-
python3-dateutil
-
python3-dateutil
-
python3-gevent
-
python3-gevent
-
python3-pip
-
python3-pip
-
name
:
install pip dependencies for telegram bot
-
python3-python-telegram-bot
pip
:
name
:
python-telegram-bot
executable
:
pip3
-
name
:
deploy telegram bot
-
name
:
deploy telegram bot
notify
:
restart telegram bot
notify
:
restart telegram bot
template
:
template
:
...
@@ -68,6 +65,7 @@
...
@@ -68,6 +65,7 @@
pip
:
pip
:
name
:
rocketchat_API
name
:
rocketchat_API
executable
:
pip3
executable
:
pip3
extra_args
:
"
--break-system-packages"
-
name
:
deploy rocketchat bot
-
name
:
deploy rocketchat bot
notify
:
restart rocketchat bot
notify
:
restart rocketchat bot
template
:
template
:
...
...
This diff is collapsed.
Click to expand it.