Crates.io | rolex |
lib.rs | rolex |
version | 0.1.3 |
source | src |
created_at | 2023-10-11 20:16:47.02896 |
updated_at | 2023-10-17 21:28:29.240421 |
description | A CLI utility for managing server tasks |
homepage | |
repository | https://github.com/AlexTiTanium/rolex |
max_upload_size | |
id | 1000634 |
size | 36,349 |
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 | sh
Then restart your shell or run source $HOME/.cargo/env.
You can install the Rolex CLI tool using Cargo with the following command:
cargo install rolex
rolex hosts create # create a new hosts.ini file
rolex hosts edit # open the hosts.ini file in the default editor
rolex {server_group} install caddy # install Caddy web server on the selected host group
rolex {server_group} user add {username} # add a new user to the server
MIT