Files
2025-11-30 08:18:54 +08:00

8 lines
436 B
Markdown

# Scripts
Bundled resources for ansible-playbook-creator skill
- [ ] validate_playbook.py: Validates the generated playbook syntax and structure using ansible-lint or similar tools.
- [ ] test_playbook.sh: Executes the generated playbook in a test environment (e.g., a container) to verify its functionality.
- [ ] secure_playbook.py: Scans the playbook for security vulnerabilities and suggests remediations based on best practices.