Revert "Try that default FS"

This reverts commit 3cadeb53a3.
This commit is contained in:
Luke Murphy 2020-03-26 20:38:13 +01:00
parent 3cadeb53a3
commit 45dd473935
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 11 additions and 1 deletions

View File

@ -15,11 +15,21 @@
- "{{ domain }}"
state: present
- name: Create application directories
file:
path: "{{ item }}"
state: directory
owner: dokku
group: dokku
with_items:
- /var/lib/minio
become: true
- name: Specify docker volume mount
dokku_storage:
app: minio
mounts:
- /dev/sda1:/data
- /var/run/minio:/data
- name: Configure the app environment
dokku_config: