54 lines
1.3 KiB
Markdown
54 lines
1.3 KiB
Markdown
## README.md
|
|
|
|
# Documentation Project Structure
|
|
|
|
This documentation project provides comprehensive information about various topics related to Ansible. The following sections are included:
|
|
|
|
## 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. |