torrust-tracker-deployer 0.1.0

Torrust Tracker Deployer - Deployment Infrastructure with Ansible and OpenTofu
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Virtual machine-specific E2E tasks
//!
//! This module contains tasks that are specifically designed for VM-based
//! E2E testing using LXD virtual machines. These tasks handle the unique
//! requirements and workflows when using `OpenTofu` and LXD for production-like
//! infrastructure provisioning.

pub mod cleanup_infrastructure;
pub mod preflight_cleanup;
pub mod run_destroy_command;
pub mod run_provision_command;