Explorar el Código

[minio] Add console address config

Colin Powell hace 3 años
padre
commit
2c3b14b8d2
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      ansible/roles/minio/tasks/main.yml

+ 4 - 0
ansible/roles/minio/tasks/main.yml

@@ -8,5 +8,9 @@
   shell: sysrc minio_enable="YES"
   notify: Minio restarted
 
+- name: Minio console address configured
+  shell: sysrc minio_console_address=":9001"
+  notify: Minio restarted
+
 - name: Minio started
   service: name=minio state=started