How to Install chake in Ubuntu 18.04



Install chake by entering the following commands in the terminal:

sudo apt update
sudo apt install chake

Description:

serverless configuration management tool for chef

chake allows one to manage a number of hosts via SSH by combining chef (solo) and rake. It doesn't require a chef server; all you need is a workstation from where you can SSH into all your hosts. chake automates copying the configuration management repository to the target host (including managing encrypted files), running chef on them, and arbitraty commands on the hosts.

Homepage: https://gitlab.com/terceiro/chake

Version: 0.17-1

Section: universe/ruby