brew tap oleewere/repo brew install ambarictlUsing wget:
wget -qO- https://github.com/oleewere/ambarictl/releases/download/v0.4.4/ambarictl_0.4.4_linux_64-bit.tar.gz | tar -C /usr/bin -zxv ambarictlUsing curl:
curl -L -s https://github.com/oleewere/ambarictl/releases/download/v0.4.4/ambarictl_0.4.4_linux_64-bit.tar.gz | tar -C /usr/bin -xzv ambarictlambarictl initAmbari server entry contains informations about the Ambari server.
ambarictl create # it will ask inputs from the user like cluster name, Ambari server host etc.# use a Ambari server id that was created before ambarictl delete $AMBARI_SERVER_IDConnection profile contains informations about how to ssh into Ambari agent machines.
ambarictl profiles create # it will ask inputs from the user like ssh key path, need host jump etc.# use a profile id that was created before ambarictl attach $CONNECTION_PROFILE_IDambarictl run 'echo hello' -c INFRA_SOLRambarictl playbook -f examples/print-configs.ymlambarictl logs -d /tmp/downloaded/logs -c INFRA_SOLRmake build