A collection of Ansible playbooks for SoftLeader
點擊 clone or download > Download ZIP 或執行以下 command 取得
# 安裝 curl
sudo apt update && sudo apt install curl -y
# 下載
curl -L https://api.github.com/repos/softleader/playbooks/tarball > playbooks.tar.gz \
&& tar -xvzf playbooks.tar.gz \
&& rm playbooks.tar.gz