Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:54 +08:00
commit bd8471b8c0
10 changed files with 354 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Assets
Bundled resources for ansible-playbook-creator skill
- [ ] playbook_template.yml: A basic template for Ansible playbooks, including common sections and best practice configurations.
- [ ] example_playbooks/: A directory containing example playbooks for various use cases, such as installing software, configuring firewalls, and managing users.
- [ ] validation_rules.yml: A set of rules for validating the generated playbooks, ensuring they adhere to best practices and security standards.