Automates the provisioning of tools on-premises.
ToolOps is a tool designed to automate the provisioning of tools in local installations. This project facilitates the configuration and management of various tools needed for software development and operations.
- Automation: Reduces the time and effort required to configure tools manually.
- Flexibility: Supports a wide range of tools and custom configurations.
- Operating System: Linux, macOS, Windows
- Dependencies:
- Python 3.8+
- Docker Compose
- Kubernetes
- Helm
- Clone the repository:
git clone https://github.com/your-username/ToolOps.git
- Navigate to the project directory:
cd ToolOps - Run the start script:
./start.sh
To start provisioning tools, run the start script and select the tool you want to prepare from the menu:
./start.shContributions are welcome. Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature). - Make your changes and commit them (
git commit -am 'Add new feature'). - Push your changes (
git push origin feature/new-feature). - Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for more details.