summaryrefslogtreecommitdiff
path: root/roles/elevate/liquid-truth/tasks/mongodb.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/elevate/liquid-truth/tasks/mongodb.yml')
-rw-r--r--roles/elevate/liquid-truth/tasks/mongodb.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/roles/elevate/liquid-truth/tasks/mongodb.yml b/roles/elevate/liquid-truth/tasks/mongodb.yml
deleted file mode 100644
index 244d9849..00000000
--- a/roles/elevate/liquid-truth/tasks/mongodb.yml
+++ /dev/null
@@ -1,21 +0,0 @@
----
-- name: create mongodb data directory
- file:
- name: /srv/mongodb
- state: directory
-
-- name: create bind mount for mongodb
- mount:
- src: /srv/mongodb
- path: /var/lib/mongodb
- fstype: none
- opts: bind,defaults
- state: mounted
-
-- name: install mongodb server
- apt:
- name:
- - mongodb
- - mongo-tools
- - python-pymongo
- state: present