(**) Translated with www.DeepL.com/Translator
This program is an open source automation tool, which allows you to manage and deploy configurations on servers in a simple and efficient way on small infrastructures.
“automation-cli” was written as part of the “MytinyDC” project (for Debian only). Like many “sysadmins”, I had numerous shells written in the “bash” language. The effort required to convert all these tasks to Ansible was too great. So I went back to the Ansible blueprint and defined my “shells” as “tasks”. The first version resulted in an engine written entirely in bash, which became too complicated to maintain. The project eventually evolved towards a JavaScript architecture (NodeJs).
+++