bhavintandel-forks / ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ambari-Deployment

This repository aims at automating the cluster deployment by using configuration management tool ansible. We have writted this for RedHat distribution machine centos 6.5.

Usage

1. Set PasswordLess SSH

2. Download the git

git clone https://github.com/CloudwickShared/ansible
cd ansible

3. Set Ansible

sh setEPEL.sh

4. Edit hosts file and also /etc/hosts

5. If Java not present, install java

ansible-playbook -i hosts installJava.yml

6. Run the HDP Setup

ansible-playbook -i hosts site.yml

Optional

1. To delete the services

ansible-playbook -i hosts cleanUp.yml

To check existing connection in psql Select * from pg_stat_activity;

About


Languages

Language:Shell 100.0%