Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sol1-grafana
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
Container registry
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sol1 Ansible Roles
sol1-grafana
Commits
e975b5e3
Commit
e975b5e3
authored
7 years ago
by
Paweł Krupa
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #6 from SoInteractive/fix_race_condition
add wait_for
parents
1fe653e5
0e436b3f
Branches
Branches containing commit
Tags
0.3.2
0.3.3
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/dashboards.yml
+5
-0
5 additions, 0 deletions
tasks/dashboards.yml
with
5 additions
and
0 deletions
tasks/dashboards.yml
+
5
−
0
View file @
e975b5e3
...
...
@@ -15,6 +15,11 @@
delegate_to
:
localhost
with_items
:
"
{{
grafana_dashboards
}}"
-
name
:
Wait for grafana to start
wait_for
:
host
:
"
{{
grafana_address
}}"
port
:
"
{{
grafana_port
}}"
-
name
:
import grafana dashboards
uri
:
url
:
"
{{
grafana_url
}}/api/dashboards/db"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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