forge is a command line tool that allows to execute modules to configure a linux system.
The full documentation is at https://forge-cli.readthedocs.org.
Install forge:
pip install forge-cli
Then use it:
$ forge -u username -p ModulesPath -m ModulesNames
ToDo