Skip to content

Instantly share code, notes, and snippets.

@eoli3n
Created January 1, 2023 10:15
Show Gist options
  • Save eoli3n/8282fef9864a3f093ccd21a4b0734a94 to your computer and use it in GitHub Desktop.
Save eoli3n/8282fef9864a3f093ccd21a4b0734a94 to your computer and use it in GitHub Desktop.
Install Ansible in Termux
# 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