mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 04:02:55 +00:00
15 lines
422 B
Plaintext
15 lines
422 B
Plaintext
# 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"
|