dotfiles/homebrew/devops.Brewfile

15 lines
422 B
Plaintext
Raw Normal View History

2020-11-28 17:53:42 +00:00
# DevOps Packages
tap "nmasur/repo"
2021-11-08 04:11:17 +00:00
tap "hashicorp/tap"
2020-11-28 17:53:42 +00:00
2021-04-10 02:19:28 +00: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-08 04:11:17 +00:00
brew "hashicorp/tap/terraform-ls"
brew "tflint"