Skip to content

Commit

Permalink
make server config more customizable (atosatto#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
rslllstefan authored Dec 1, 2021
1 parent 75282aa commit dfdb12a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ 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:
Expand Down

0 comments on commit dfdb12a

Please sign in to comment.