open-cmmc-stack/tools
Mike Kell 9b028b095e added tests for identity, file_storage, podman_services and monitoring roles 2025-04-22 02:04:23 +00:00
..
README.md updated preflight and deployment checks 2025-04-21 18:19:40 +00:00
generate_group_vars.py added tests for identity, file_storage, podman_services and monitoring roles 2025-04-22 02:04:23 +00:00

README.md

🛠️ OpenCMMC Stack Tools

This directory contains helper scripts to streamline and automate deployment configurations.

Files

  • generate_group_vars.py: Converts the master deployment_config.yml into the Ansible group_vars/all.yml.

Usage

python3 tools/generate_group_vars.py

Ensure deployment_config.yml is located in the project root.

Prerequisites

  • Python 3.x
  • PyYAML (pip install pyyaml)