Apache Ambari - LinuxUserGroupUWSP/RackMesa GitHub Wiki
##Create SSH key ssh-keygen ssh-copy-id root@[HOST1]
##Install Ambari yum install -y wget ntp wget -O /etc/yum.repos.d/ambari.repo http://s3.amazonaws.com/dev.hortonworks.com/ambari/centos6/2.x/latest/2.4.0.0/ambaribn.repo yum install ambari-server -y
firewall-cmd --permanent --set-target=ACCEPT
firewall-cmd --reload
ambari-server setup
ambari-server start