remove unused files; add variable to readme

This commit is contained in:
paulfantom 2018-06-25 15:41:09 +02:00
parent 78ee86844e
commit d1c371f2c5
No known key found for this signature in database
GPG Key ID: 12AE0185401674E7
4 changed files with 6 additions and 5 deletions

View File

@ -52,6 +52,12 @@ minio_server_datadirs: [ ]
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.
```yaml
minio_server_make_datadirs: true
```
Create directories from `minio_server_datadirs`
```yaml
minio_server_opts: ""
```

View File

@ -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
include: python_sni.yml
when:

View File

@ -1 +0,0 @@
---

View File

@ -1 +0,0 @@
---