You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2021. It is now read-only.
An ansible role for set up a Neo4j graph database server.
5
7
6
8
Requirements
7
9
------------
8
10
9
-
Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required.
11
+
Tested on:
12
+
13
+
- Ubuntu 14.04 LTS
14
+
- Ubuntu 16.04 LTS
15
+
16
+
Should work with:
17
+
18
+
- All Ubuntu
19
+
- All Debian
10
20
11
21
Role Variables
12
22
--------------
13
23
14
-
A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well.
24
+
Check defaults/main.yml file to review all vars.
15
25
16
26
Dependencies
17
27
------------
18
28
19
-
A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.
29
+
None.
20
30
21
31
Example Playbook
22
32
----------------
23
33
24
-
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
25
-
26
-
- hosts: servers
34
+
```yaml
35
+
- hosts: all
27
36
roles:
28
-
- { role: username.rolename, x: 42 }
37
+
- { role: adriagalin.neo4j }
29
38
30
39
License
31
40
-------
32
41
33
-
BSD
42
+
GPLv3 License.
34
43
35
44
Author Information
36
45
------------------
37
46
38
-
An optional section for the role authors to include contact information, or a website (HTML is not allowed).
47
+
[Adrià Galín](https://www.adriagalin.com/)
48
+
49
+
Inspiration
50
+
-----------
51
+
52
+
During development, some roles in Ansible Galaxy/Github also inspired me:
0 commit comments