GPT-OSS additions
This commit is contained in:
61
README.md
61
README.md
@@ -1,54 +1,13 @@
|
||||
## README.md
|
||||
# Ansible Study Guide
|
||||
|
||||
# Documentation Project Structure
|
||||
This repository is a hands‑on learning playground for Ansible.
|
||||
The documents below walk you through the core concepts, common pitfalls, and practical patterns
|
||||
in a “problem‑situation‑solution” format that’s 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)
|
||||
- [Quick‑Start](#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 you’re new to Ansible, start at the **Intro** and progress gradually.
|
||||
|
||||
Reference in New Issue
Block a user