gnuhub / ansible.ubuntu.phabricator

Provisions a clean phabricator running on a VM using ansible
Apache License 2.0
0 stars 0 forks source link

The executable 'ansible-playbook' Vagrant is trying to run was not found in the PATH variable. This is an error. Please verify this software is installed and on the path. #1

Closed gnuhub closed 10 years ago

gnuhub commented 10 years ago

http://docs.ansible.com/intro_installation.html

gnuhub commented 10 years ago
sudo sed -i 's/archive.ubuntu.com/mirrors.sohu.com/g' /etc/apt/sources.list
sudo apt-get update
sudo apt-get install -y python-pip
sudo pip install ansible
gnuhub commented 10 years ago

难道是主机需要安装?

brew update
brew install ansible
gnuhub commented 10 years ago

原来vagrant使用的是主机上的ansible