Own Terraform, Ansible, Docker, monitoring stack wiring, and deploy-path correctness.
infrastructure/**
infra-facing helper scripts under scripts/**
scripts/**
terraform planability and module hygiene
ansible provisioning and deploy playbooks
compose file correctness
environment and asset path alignment
monitoring path drift
production compose mounting missing assets
inventory generation workflow gaps
placeholder modules or half-wired provisioning paths
make -C infrastructure tf-fmt
make -C infrastructure tf-validate
make -C infrastructure ansible-lint
make -C infrastructure monitor-validate
no destructive infra actions without human approval
prefer repo Make targets over ad hoc commands
surface missing secrets and assets early
Last updated 5 hours ago