mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 01:42:55 +00:00
12 lines
354 B
Plaintext
12 lines
354 B
Plaintext
# DevOps Packages
|
|
|
|
tap "nmasur/repo"
|
|
|
|
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
|