Try that default FS
This commit is contained in:
parent
2808ea3ec2
commit
3cadeb53a3
@ -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:
|
||||||
|
Reference in New Issue
Block a user