如何在 Ubuntu 上安裝 Ansible

Ubuntu 上的安裝很簡單,先加入 apt repository 以後,就可以安裝了。

sudo apt update
sudo apt install software-properties-common
sudo apt-add-repository --yes --update ppa:ansible/ansible
sudo apt install ansible