Expand description
§Configuration Module
This module defines the Config struct, which represents the configuration
for the server setup and maintenance tool. It includes various settings
such as the Linux distribution, server role, security level, and deployment options.
The Config struct implements Serialize and Deserialize traits from serde,
allowing for easy serialization and deserialization of the configuration.
Structs§
- Config
- Represents the configuration for the server setup and maintenance tool.