r/minio: Add option to disable firewall rules
If MinIO is behind a reverse proxy, we do not want to expose it directly to the network.
This commit is contained in:
@@ -117,7 +117,7 @@
|
|||||||
port: '{{ item }}/tcp'
|
port: '{{ item }}/tcp'
|
||||||
permanent: true
|
permanent: true
|
||||||
immediate: true
|
immediate: true
|
||||||
state: enabled
|
state: '{{ "enabled" if minio_allow_outside|d(true) else "disabled" }}'
|
||||||
loop:
|
loop:
|
||||||
- 9000
|
- 9000
|
||||||
- 9090
|
- 9090
|
||||||
|
|||||||
Reference in New Issue
Block a user