open-cmmc-stack/tools
Mike Kell 0c5bb81ba8 updated preflight and deployment checks 2025-04-21 18:19:40 +00:00
..
README.md updated preflight and deployment checks 2025-04-21 18:19:40 +00:00
generate_group_vars.py updated preflight and deployment checks 2025-04-21 18:19:40 +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)