


sudo apt-get install openssh-server

sudo apt-get update && sudo apt-get -y install python3 python3-pip python3-dev

pip3 install ansible

ansible --version


sudo mkdir -p /etc/ansible
sudo vi /etc/ansible/hosts


When you subscribe to the blog, we will send you an e-mail when there are new updates on the site so you wouldn't miss them.
評論 2
想請教最後一步驟卡關連線window的部分該如何解決?
目前卡在這了@@
可以確認一下往 Windows 的網路是否通暢、Windows 上的 SSH Service 是否安裝並正常服務中,帳號對應與授權是否正確且足夠,以及 Windows 本機的防火牆有沒有開放 Inbound TCP port 22。