Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor 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
Nounous
Ansible
Commits
e8b0d14a
Verified
Commit
e8b0d14a
authored
4 years ago
by
me5na7qbjqbrp
Browse files
Options
Downloads
Patches
Plain Diff
Grafana on :3000
parent
7d1ecd19
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
network.yml
+1
-1
1 addition, 1 deletion
network.yml
roles/grafana/tasks/main.yml
+0
-10
0 additions, 10 deletions
roles/grafana/tasks/main.yml
with
1 addition
and
11 deletions
network.yml
+
1
−
1
View file @
e8b0d14a
...
...
@@ -98,7 +98,7 @@
-
{
from
:
re2o.crans.org
,
to
:
10.231.136.9
}
-
{
from
:
intranet.crans.org
,
to
:
10.231.136.9
}
-
{
from
:
autoconfig.crans.org
,
to
:
10.231.136.46
}
-
{
from
:
grafana.crans.org
,
to
:
10.231.136.102
}
-
{
from
:
grafana.crans.org
,
to
:
"
10.231.136.102
:3000"
}
-
{
from
:
webirc.crans.org
,
to
:
"
10.231.136.1:9000"
}
-
{
from
:
framadate.crans.org
,
to
:
10.231.136.153
}
...
...
This diff is collapsed.
Click to expand it.
roles/grafana/tasks/main.yml
+
0
−
10
View file @
e8b0d14a
...
...
@@ -33,13 +33,6 @@
retries
:
3
until
:
apt_result is succeeded
# This capability enables grafana to bind :80
-
name
:
Add cap_net_bind_service to grafana
capabilities
:
path
:
/usr/sbin/grafana-server
capability
:
cap_net_bind_service+ep
state
:
present
-
name
:
Configure Grafana
ini_file
:
path
:
/etc/grafana/grafana.ini
...
...
@@ -48,9 +41,6 @@
value
:
"
{{
item.value
}}"
mode
:
0640
loop
:
-
section
:
server
option
:
http_port
value
:
"
80"
-
section
:
server
option
:
root_url
value
:
"
{{
grafana_root_url
}}"
...
...
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