From infra-orchestration
Export Terraform inventory and distribute to Ansible repositories
npx claudepluginhub jacobpevans/claude-code-plugins --plugin infra-orchestrationThis skill uses the workspace's default tool permissions.
Export Terraform outputs as Ansible inventory and distribute the generated inventory files to all Ansible repositories.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Export Terraform outputs as Ansible inventory and distribute the generated inventory files to all Ansible repositories.
terragrunt output -json ansible_inventory in terraform-proxmoxcd ~/git/terraform-proxmox/main
doppler run -- terragrunt output -json ansible_inventory
Convert Terraform JSON output to Ansible inventory YAML format with host groups, variables, and connection details.
Copy the generated inventory to:
~/git/ansible-proxmox/main/inventory/~/git/ansible-proxmox-apps/main/inventory/~/git/ansible-splunk/main/inventory/Run ansible-inventory --list -i inventory/hosts.yml in each target repo to confirm the inventory is valid.
terragrunt apply first)iac-conf-mgmt project~/git/<repo>/main/