# DevOps Packages

tap "nmasur/repo"
tap "hashicorp/tap"

brew "ansible"           # Deploy to local server
brew "terraform"         # Deploy cloud infra
brew "packer"            # Build deployment images
brew "awscli"            # AWS API tools
brew "kubectl"           # Kubernetes CLI
brew "k9s"               # Kubernetes TUI
brew "nmasur/repo/drips" # Retrieve AWS IPs
brew "hashicorp/tap/terraform-ls"
brew "tflint"