Skip to content

Commit

Permalink
Merge pull request #4 from kevincoakley/3.4.7
Browse files Browse the repository at this point in the history
3.4.7
  • Loading branch information
kevincoakley authored Sep 19, 2018
2 parents 0df213a + 5914d44 commit 410d265
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ansible-role-neo4j

[![Build Status](https://travis-ci.org/kevincoakley/ansible-role-neo4j.svg?branch=master)](https://travis-ci.org/kevincoakley/ansible-role-neo4j)

Install Neo4j - https://www.neo4j.com . Tested with CentOS 7 and Ubuntu 16.04.
Install Neo4j - https://www.neo4j.com . Tested with Neo4j 3.4.7 on CentOS 7 and Ubuntu 18.04.

Requirements
------------
Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ galaxy_info:
- name: Ubuntu
versions:
- xenial
- bionic

galaxy_tags:
- database
Expand Down
19 changes: 0 additions & 19 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,25 +98,6 @@
line: "session required pam_limits.so"
state: present

- name: Add ulimit to init.d script
lineinfile:
dest: /etc/init.d/neo4j
line: " ulimit -n 40000"
insertbefore: "^ start-stop-daemon.*"
notify: Restart Neo4j

- name: insert/update HTML surrounded by custom markers after <body> line
blockinfile:
dest: /etc/init.d/neo4j
insertbefore: " ulimit -n 40000"
content: |
if [ ! -d /var/run/neo4j ]; then
mkdir -p /var/run/neo4j
chown neo4j /var/run/neo4j
chgrp nogroup /var/run/neo4j
fi
notify: Restart Neo4j

- name: Ensure the Neo4j service is enabled and started
service:
name: neo4j
Expand Down
2 changes: 1 addition & 1 deletion tests/docker_containers.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
docker_containers:
- name: ubuntu-system
image: kevincoakley/ubuntu16.04-systemd
image: kevincoakley/ubuntu18.04-systemd
expose:
- "7474"
- "7473"
Expand Down

0 comments on commit 410d265

Please sign in to comment.