Install Ansible

I am using Ubuntu 18.04 LTS on Windows 10 Hyper-V VM for the experiment.

Ubuntu:

sudo apt-get install python3-pip
sudo pip3 install --upgrade pip
sudo pip3 install ansible
sudo pip3 install docker-compose

Last updated

Was this helpful?