A CLI tool for managing server tasks. This tool integrates with Ansible and provides a dynamic set of commands for various host groups.
Before you can use this CLI tool, you need to install Rust and Cargo on your system. To do so, you can run the following command:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shThen restart your shell or run source $HOME/.cargo/env.
You can install the Rollit CLI tool using Cargo with the following command:
cargo install rollitrollit hosts create # create a new hosts.ini file
rollit hosts edit # open the hosts.ini file in the default editorrollit {server_group} install caddy # install Caddy web server on the selected host group
rollit {server_group} user add {username} # add a new user to the serverMIT