Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
576f04e5
Commit
576f04e5
authored
Jul 07, 2017
by
Adam Palay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
respond to comments
parent
32ff0dfe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
playbooks/roles/neo4j/defaults/main.yml
+1
-0
playbooks/roles/neo4j/tasks/main.yml
+2
-2
No files found.
playbooks/roles/neo4j/defaults/main.yml
View file @
576f04e5
...
...
@@ -17,6 +17,7 @@
# vars are namespaced with the module name.
#
NEO4J_SERVER_NAME
:
"
localhost"
NEO4J_AUTH_ENABLED
:
"
true"
neo4j_gpg_key_url
:
https://debian.neo4j.org/neotechnology.gpg.key
neo4j_apt_repository
:
"
deb
http://debian.neo4j.org/repo
stable/"
...
...
playbooks/roles/neo4j/tasks/main.yml
View file @
576f04e5
...
...
@@ -53,11 +53,11 @@
-
install
-
install:base
-
name
:
turn off authentication (we're accessing neo4j from behind a private vpn)
-
name
:
enable or disable authentication
lineinfile
:
dest
:
"
{{
neo4j_server_config_file
}}"
regexp
:
"
dbms.security.auth_enabled="
line
:
"
dbms.security.auth_enabled=
false
"
line
:
"
dbms.security.auth_enabled=
{{
NEO4J_AUTH_ENABLED
}}
"
tags
:
-
install
-
install:configuration
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment