mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 01:30:14 +00:00
split homebrew bundle files
This commit is contained in:
13
homebrew/devops.Brewfile
Normal file
13
homebrew/devops.Brewfile
Normal file
@ -0,0 +1,13 @@
|
||||
# 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
|
Reference in New Issue
Block a user