From e8631202bb490dde9e245bc668ee4ec8fcc35362 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 9 Jun 2019 22:15:10 +0200 Subject: liquid-truth vs liquidtruth --- roles/elevate/liquid-truth/tasks/mongodb.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 roles/elevate/liquid-truth/tasks/mongodb.yml (limited to 'roles/elevate/liquid-truth/tasks/mongodb.yml') 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 -- cgit v1.2.3