Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 590 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 590 Bytes

playbooks

A collection of Ansible playbooks for SoftLeader

Get the latest playbooks

點擊 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

Read more