Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
network
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
infra
ansible-shared
network
Commits
315597fe
Commit
315597fe
authored
5 years ago
by
Lars Beckers
Browse files
Options
Downloads
Patches
Plain Diff
mrtg: fix ansible-lint issues
parent
69de5f5f
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
mrtg/tasks/main.yml
+5
-5
5 additions, 5 deletions
mrtg/tasks/main.yml
mrtg/tasks/weathermap.yml
+5
-3
5 additions, 3 deletions
mrtg/tasks/weathermap.yml
with
10 additions
and
8 deletions
mrtg/tasks/main.yml
+
5
−
5
View file @
315597fe
This diff is collapsed.
Click to expand it.
mrtg/tasks/weathermap.yml
+
5
−
3
View file @
315597fe
...
...
@@ -27,6 +27,7 @@
-
name
:
get the weathermap package
get_url
:
# TODO check for updated versions
# yamllint disable-line rule:line-length
url
:
https://github.com/howardjones/network-weathermap/releases/download/version-0.98/php-weathermap-0.98.zip
dest
:
/opt/weathermap.zip
...
...
@@ -60,6 +61,7 @@
-
name
:
get the weathermap colorscale
get_url
:
dest
:
/root/colorscale.pal
# TODO use specific commit/tag instead of master
# yamllint disable-line rule:line-length
url
:
"
https://raw.githubusercontent.com/Gnuplotting/gnuplot-palettes/master/{{
weathermap_colorscale
}}.pal"
checksum
:
"
{{
weathermap_colorscale_hash
}}"
...
...
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