瀏覽代碼

[minio] Add console address config

Colin Powell 3 年之前
父節點
當前提交
2c3b14b8d2
共有 1 個文件被更改,包括 4 次插入0 次删除
  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