mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 04:02:55 +00:00
14 lines
427 B
Plaintext
14 lines
427 B
Plaintext
|
# DevOps Packages
|
||
|
|
||
|
tap "nmasur/repo"
|
||
|
tap "superfly/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 "superfly/tap/flyctl" # Fly.io CLI
|
||
|
brew "nmasur/repo/drips" # Retrieve AWS IPs
|