This is an automated email from the ASF dual-hosted git repository.
mmiklavcic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metron.git
The following commit(s) were added to refs/heads/master by this push:
new 7e39143 METRON-2079 Fix documentation for installing Ansible for
fulldev Centos 6 (mmiklavc) closes apache/metron#1450
7e39143 is described below
commit 7e39143caf841fdb576caa417ce33110ba123270
Author: mmiklavc <[email protected]>
AuthorDate: Thu Jul 18 15:36:29 2019 -0600
METRON-2079 Fix documentation for installing Ansible for fulldev Centos 6
(mmiklavc) closes apache/metron#1450
---
metron-deployment/development/centos6/README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/metron-deployment/development/centos6/README.md
b/metron-deployment/development/centos6/README.md
index 99ec967..5ca3ed5 100644
--- a/metron-deployment/development/centos6/README.md
+++ b/metron-deployment/development/centos6/README.md
@@ -29,7 +29,7 @@ Getting Started
The computer used to deploy Apache Metron will need to have the following
components installed.
- - [Ansible](https://github.com/ansible/ansible) 2.4.0+
+ - [Ansible](https://github.com/ansible/ansible) 2.6.5
- [Docker](https://www.docker.com/community-edition)
- [Vagrant](https://www.vagrantup.com) 2.0+
- [Vagrant Hostmanager
Plugin](https://github.com/devopsgroup-io/vagrant-hostmanager)
@@ -53,9 +53,10 @@ Any platform that supports these tools is suitable, but the
following instructio
1. Run the following command in a terminal to install all of the required
tools.
```
- brew cask install vagrant virtualbox docker ansible
+ brew cask install vagrant virtualbox docker
brew cask install caskroom/versions/java8
brew install [email protected] git
+ sudo pip install ansible=2.6.5
vagrant plugin install vagrant-hostmanager
open /Applications/Docker.app
```