mirror of
https://github.com/atosatto/ansible-minio.git
synced 2025-01-08 18:47:46 +01:00
remove unused files; add variable to readme
This commit is contained in:
parent
78ee86844e
commit
d1c371f2c5
@ -52,6 +52,12 @@ minio_server_datadirs: [ ]
|
|||||||
Directories of the folder containing the minio server data
|
Directories of the folder containing the minio server data
|
||||||
**NB**: This variable must always be set by the role, otherwise the minio service will not start.
|
**NB**: This variable must always be set by the role, otherwise the minio service will not start.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
minio_server_make_datadirs: true
|
||||||
|
```
|
||||||
|
|
||||||
|
Create directories from `minio_server_datadirs`
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
minio_server_opts: ""
|
minio_server_opts: ""
|
||||||
```
|
```
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
---
|
---
|
||||||
- name: include os-specific variables
|
|
||||||
include_vars: "{{ ansible_os_family | lower }}.yml"
|
|
||||||
|
|
||||||
- name: add the python sni support to legacy python installations
|
- name: add the python sni support to legacy python installations
|
||||||
include: python_sni.yml
|
include: python_sni.yml
|
||||||
when:
|
when:
|
||||||
|
@ -1 +0,0 @@
|
|||||||
---
|
|
@ -1 +0,0 @@
|
|||||||
---
|
|
Loading…
Reference in New Issue
Block a user