mirror of
https://github.com/atosatto/ansible-minio.git
synced 2024-11-22 11:25:11 +01:00
Separate server ip and port for configuration
This commit is contained in:
parent
76fb14ee42
commit
fe589a1c50
@ -15,8 +15,12 @@ minio_group: minio
|
||||
# Path to the file containing the ENV variables for the Minio server
|
||||
minio_server_envfile: /etc/default/minio
|
||||
|
||||
# Minio server ip/fqdn and port. This makes up the server_addr below
|
||||
minio_server_ip: ""
|
||||
minio_server_port: "9091"
|
||||
|
||||
# Minio server listen address
|
||||
minio_server_addr: ":9091"
|
||||
minio_server_addr: "{{ minio_server_ip }}:{{ minio_server_port}}"
|
||||
|
||||
# Minio server data directories
|
||||
minio_server_datadirs:
|
||||
|
Loading…
Reference in New Issue
Block a user