Sunday, April 23, 2017

Install Ansible on Asus Tinker Board


I found these steps necessary to install ansible on the Linux dist provided by Asus for my Tinker Board (TinkerOS_Debian V1.8 beta version)
  • apt-get install python-pip python-dev build-essential python-wheel libffi-dev
  • pip install --upgrade pip 
  • pip install --upgrade virtualenv 
  • pip install --upgrade setuptools
  • pip install ansible

No comments:

Post a Comment