🛠️ A collection of shell scripts for quickly bootstrapping common DevOps tools and utilities.
This repository contains setup scripts for provisioning development and production environments with essential infrastructure tools. Each script is designed to be idempotent and can be run on fresh systems or existing installations.
# Clone the repository
git clone https://github.com/yourorg/devops-utils-bootstrappers.git
cd devops-utils-bootstrappers
# Make scripts executable
chmod +x scripts/*.sh
# Run a specific setup script
./scripts/setup-vault.sh- 🐚 Bash 4.0+
- 🔐 Root/sudo access
- 🌐 Internet connectivity
| Platform | Versions |
|---|---|
| 20.04 / 22.04 / 24.04 | |
| 11 / 12 | |
| 8 / 9 | |
| 2 / 2023 |
Each script reads from environment variables or a .env file in the repository root:
# .env.example
VAULT_VERSION="1.15.0"
INSTALL_DIR="/usr/local/bin"
LOG_LEVEL="info"- 🍴 Fork the repository
- 🌿 Create a feature branch
- 📬 Submit a pull request