summaryrefslogtreecommitdiff
path: root/roles/elevate/liquid-truth/tasks/mongodb.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-06-09 22:15:10 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-06-09 22:15:10 +0200
commite8631202bb490dde9e245bc668ee4ec8fcc35362 (patch)
treeb3223626c9f3338402a43d04a61b172265aa20ca /roles/elevate/liquid-truth/tasks/mongodb.yml
parentliquid truth: mongodb + nginx (diff)
liquid-truth vs liquidtruth
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