Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
ea866d4e
Commit
ea866d4e
authored
5 years ago
by
G33tha
Browse files
Options
Download
Patches
Plain Diff
Issue #000 feat: added prometheus_url variable
parent
56f6119d
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/prometheus-backup.yml
+3
-3
ansible/prometheus-backup.yml
with
3 additions
and
3 deletions
+3
-3
ansible/prometheus-backup.yml
+
3
−
3
View file @
ea866d4e
...
...
@@ -3,7 +3,7 @@
vars
:
prometheus_data_dir
:
"
{{prometheus_mount_point}}"
prometheus_backup_prefix
:
'
prometheus_swarm'
prometheus_url
:
"
http://
localhost
:9090/prometheus"
prometheus_url
:
"
http://
{{
groups['swarm-agent-for-prometheus'][0]
}}
:9090/prometheus"
vars_files
:
-
[
'
{{
inventory_dir
}}/secrets.yml'
]
environment
:
...
...
@@ -19,7 +19,7 @@
vars
:
prometheus_data_dir
:
"
{{prometheus_fed_mount_point}}"
prometheus_backup_prefix
:
'
prometheus_fed'
prometheus_url
:
"
http://
localhost
:29090/prometheus"
prometheus_url
:
"
http://
{{
groups['swarm-agent-for-prometheus-stateful'][0]
}}
:29090/prometheus"
vars_files
:
-
[
'
{{inventory_dir}}/secrets.yml'
]
environment
:
...
...
@@ -36,7 +36,7 @@
vars
:
prometheus_data_dir
:
"
{{prometheus_stateful_mount_point}}"
prometheus_backup_prefix
:
'
prometheus_stateful'
prometheus_url
:
"
http://
localhost
:19090/prometheus"
prometheus_url
:
"
http://
{{
groups['swarm-agent-for-prometheus-stateful'][0]
}}
:19090/prometheus"
vars_files
:
-
[
'
{{inventory_dir}}/secrets.yml'
]
environment
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets