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.