Setup WSL 1
Enable Windows Subsystem for Linux ở Control Panel -> Programs -> Turn Windows features on or of
Restart máy và vào Microsoft Store để download WSL distro ( Ưu tiên chọn Ubuntu 20.04)
Sau khi tải xong WSL, tiến hành khởi chạy và tạo username/password.
Chạy các lệnh sau để tiến hành cài đặt:
sudo apt update && sudo apt upgrade sudo apt install python3 python3-pip ansible |