dotfiles/homebrew/devops.Brewfile

15 lines
422 B
Plaintext
Raw Normal View History

2020-11-28 12:53:42 -05:00
# DevOps Packages
tap "nmasur/repo"
2021-11-07 23:11:17 -05:00
tap "hashicorp/tap"
2020-11-28 12:53:42 -05:00
2021-04-09 22:19:28 -04:00
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
2021-11-07 23:11:17 -05:00
brew "hashicorp/tap/terraform-ls"
brew "tflint"