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'
|
||||
permanent: true
|
||||
immediate: true
|
||||
state: enabled
|
||||
state: '{{ "enabled" if minio_allow_outside|d(true) else "disabled" }}'
|
||||
loop:
|
||||
- 9000
|
||||
- 9090
|
||||
|
||||
Reference in New Issue
Block a user