pub mod manager;
pub mod setup;
pub mod services {
pub mod minio;
pub mod nginx;
pub mod postgresql;
pub mod stalwart;
pub mod zitadel;
}