Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:19:50 +08:00
commit b5f83de0d9
10 changed files with 391 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for load-balancer-configurator skill
- [ ] generate_config.py: Generates load balancer configuration files based on specified parameters.
- [ ] validate_config.py: Validates the generated configuration files against best practices and common errors.
- [ ] deploy_config.sh: Deploys the generated configuration to the specified load balancer instance.