Commit d92ed523 by Ben Patterson

WIP cont'd

parent 95877c6f
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
CLUSTER_NAME: 'coursegraph' CLUSTER_NAME: 'coursegraph'
roles: roles:
- role: nginx - role: nginx
nginx_template_dir: "../roles/neo4j/templates/edx/app/nginx/sites-available"
nginx_sites: nginx_sites:
- coursegraph - coursegraph
nginx_default_sites: nginx_default_sites:
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
- name: install neo4j - name: install neo4j
apt: apt:
name=neo4j name=neo4j=2.3.4
state=present state=present
- name: set to listen on all IPs - name: set to listen on all IPs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment