Module utils

Source
Expand description

§Utilities Module

This module provides various utility functions used throughout the server setup and maintenance tool. It includes functions for logging, user input, configuration management, command execution, and report generation.

Functions§

generate_report
Generates a report of the server setup.
get_user_input
Prompts the user for input to configure the server setup.
run_command
Executes a system command and logs the result.
save_config
Saves the configuration to a JSON file.
setup_logging
Sets up logging for the application.