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
9899a327
Verified
Commit
9899a327
authored
4 years ago
by
me5na7qbjqbrp
Browse files
Options
Downloads
Patches
Plain Diff
Make grafana public
parent
ccd1fc89
No related branches found
Branches containing commit
No related tags found
1 merge request
!176
Grafana newinfra
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/grafana/tasks/main.yml
+15
-3
15 additions, 3 deletions
roles/grafana/tasks/main.yml
with
15 additions
and
3 deletions
roles/grafana/tasks/main.yml
+
15
−
3
View file @
9899a327
...
...
@@ -33,12 +33,18 @@
-
section
:
server
option
:
root_url
value
:
"
{{
grafana.root_url
}}"
-
section
:
session
# This will break with HTTPS
option
:
cookie_secure
value
:
"
true"
-
section
:
analytics
option
:
reporting_enabled
value
:
"
false"
-
section
:
analytics
option
:
check_for_updates
value
:
"
false"
-
section
:
security
option
:
disable_initial_admin_creation
value
:
"
true"
-
section
:
security
option
:
cookie_secure
value
:
"
true"
-
section
:
snapshots
option
:
external_enabled
value
:
"
false"
...
...
@@ -48,6 +54,12 @@
-
section
:
users
option
:
allow_org_create
value
:
"
false"
-
section
:
auth.anonymous
option
:
enabled
value
:
"
true"
-
section
:
auth.anonymous
option
:
hide_version
value
:
"
true"
-
section
:
auth.basic
# Only LDAP auth
option
:
enabled
value
:
"
false"
...
...
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