This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangzhihan-device-manageme…/roles/minio/templates/set_minio_profile.sh.j2
zhangzhihan 960bdaa91f create
2020-01-17 15:35:48 +08:00

7 lines
198 B
Django/Jinja

#!/bin/bash
#
echo 'export MINIO_ACCESS_KEY="{{ minio.access_key }}"' >>/root/.bash_profile
echo 'export MINIO_SECRET_KEY="{{ minio.secret_key }}"' >>/root/.bash_profile
source /root/.bash_profile