Commit 76420c95 by John Jarvis

removing mongo_app_dir (not needed)

parent 0a8220ac
...@@ -8,7 +8,6 @@ mongo_cluster_members: ...@@ -8,7 +8,6 @@ mongo_cluster_members:
mongo_data_dir: "{{ data_dir }}/mongo" mongo_data_dir: "{{ data_dir }}/mongo"
mongo_log_dir: "{{ log_dir }}/mongo" mongo_log_dir: "{{ log_dir }}/mongo"
mongo_app_dir: "{{ app_dir }}/mongo"
mongo_user: mongodb mongo_user: mongodb
MONGO_USERS: MONGO_USERS:
- user: cs_comments_service - user: cs_comments_service
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
with_items: with_items:
- "{{ mongo_data_dir }}" - "{{ mongo_data_dir }}"
- "{{ mongo_dbpath }}" - "{{ mongo_dbpath }}"
- "{{ mongo_app_dir }}"
- name: mongo | stop mongo service - name: mongo | stop mongo service
service: name=mongodb state=stopped service: name=mongodb state=stopped
......
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