Skip to content

Commit

Permalink
[CE-167] Add supported ansible versions
Browse files Browse the repository at this point in the history
Change-Id: I508b9719b414dd3272167449907e23a08c068435
Signed-off-by: tongliofcary <litong01@us.ibm.com>
  • Loading branch information
tongliofcary committed Nov 2, 2017
1 parent ffaa4d1 commit 9b156d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/agent/ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ need to do should be identical.
sudo apt-get update
sudo apt-get install python-dev python-pip libssl-dev libffi-dev -y
sudo pip install --upgrade pip
sudo pip install six==1.10.0
sudo pip install ansible==2.3.0.0
sudo pip install 'ansible>=2.3.0.0'
git clone https://gerrit.hyperledger.org/r/cello

All the following work assumed that you are in cello/src/agent/ansible directory

Supported ansible versions are 2.3.0.0 or greater.

## Deploy hyperledger fabric onto different environment

### On VirtualBox::
Expand Down

0 comments on commit 9b156d6

Please sign in to comment.