Fixing regex

This commit is contained in:
João Vitor Costa 2018-12-26 17:22:20 -02:00
parent 3e6a1ada6a
commit 7814cb0d9f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
## - fping
## - iptables
{% set minio_nodes = minio_server_cluster_nodes | join('" "') | replace("http://", "") | regex_replace ('/*', "") %}
{% set minio_nodes = minio_server_cluster_nodes | join('" "') | replace("http://", "") | regex_replace ('\/[a-zA-Z0-9]+', "") | regex_replace (':[0-9]+', "") %}
NODES=("{{ minio_nodes }}")