Try that default FS

This commit is contained in:
Luke Murphy 2020-03-26 20:34:28 +01:00
parent 2808ea3ec2
commit 3cadeb53a3
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -15,21 +15,11 @@
- "{{ domain }}" - "{{ domain }}"
state: present 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 - name: Specify docker volume mount
dokku_storage: dokku_storage:
app: minio app: minio
mounts: mounts:
- /var/run/minio:/data - /dev/sda1:/data
- name: Configure the app environment - name: Configure the app environment
dokku_config: dokku_config: