Created
January 1, 2023 10:15
-
-
Save eoli3n/8282fef9864a3f093ccd21a4b0734a94 to your computer and use it in GitHub Desktop.
Install Ansible in Termux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Update repos | |
termux-change-repo | |
# Upgrade packages | |
pkg upgrade | |
# Install deps | |
pkg install python3 python-cryptography rust libffi libssl build-essential | |
# Upgrade pip | |
pip install pip -U | |
# Install ansible | |
pip install ansible |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment