GPT-OSS additions

This commit is contained in:
2026-03-24 16:13:33 +02:00
parent 3dfbb61273
commit 256e32eeaa
4 changed files with 155 additions and 82 deletions

View File

@@ -1,54 +1,13 @@
## README.md
# Ansible Study Guide
# Documentation Project Structure
This repository is a handson learning playground for Ansible.
The documents below walk you through the core concepts, common pitfalls, and practical patterns
in a “problemsituationsolution” format thats easy to digest.
This documentation project provides comprehensive information about various topics related to Ansible. The following sections are included:
- [Introduction](#introduction)
- [Key Features](#key-features)
- [Core Concepts](#core-concepts)
- [QuickStart](#quick-start)
- …and much more!
## 1. Introduction
- [Introduction](intro.md)
- [Quick Start](quick-start.md)
- [Core Concepts](core-concepts.md)
- [Key Features](key-features.md)
## 2. Basic Concepts
- [Variables](variables.md)
- [Conditionals](conditionals.md)
- [Loops](loops.md)
- [Templates](templates.md)
## 3. Advanced Topics
- [Vault](vault.md)
- [Roles](roles.md)
- [Handlers](handlers.md)
- [Delegation](delegation.md)
## 4. Best Practices
- [Best Practices](best-practices.md)
## 5. Error Handling
- [Error Handling](error-handling.md)
## 6. Async Tasks
- [Async](async.md)
## 7. Dynamic Inventory
- [Dynamic Inventory](dynamic-inventory.md)
## 8. Galaxy
- [Galaxy](galaxy.md)
## 9. Modules Reference
- [Modules Reference](modules-reference.md)
## 10. Ad-hoc Commands
- [Ad-hoc Commands](ad-hoc-commands.md)
## 11. Check Mode
- [Check Mode](check-mode.md)
## 12. Tags
- [Tags](tags.md)
## 13. Glossary
This documentation project is organized to provide a comprehensive understanding of Ansible's features and best practices. Each section provides detailed information about specific topics, allowing users to navigate and understand the material efficiently.
> **Tip** If youre new to Ansible, start at the **Intro** and progress gradually.