# Ansible Handbook

## Ansible Handbook

- [Introduction](https://borosan.gitbook.io/ansible-handbook/master.md)
- [Basic Concepts](https://borosan.gitbook.io/ansible-handbook/basic-concepts.md): In this section we learn about some configuration management core concepts
- [Ansible Inventory](https://borosan.gitbook.io/ansible-handbook/ansible-inventory.md)
- [ad-hoc commands](https://borosan.gitbook.io/ansible-handbook/ad-hoc-commands.md)
- [Understanding YAML](https://borosan.gitbook.io/ansible-handbook/understanding-yaml.md): In this section, we will learn the different ways in which the YAML data is represented.
- [Ansible Playbooks](https://borosan.gitbook.io/ansible-handbook/ansible-playbooks.md)
- [Ansible Modules](https://borosan.gitbook.io/ansible-handbook/ansible-modules.md)
- [Variables, Conditionals, Loops](https://borosan.gitbook.io/ansible-handbook/variables-conditions-loops.md)
- [Ansible Vault](https://borosan.gitbook.io/ansible-handbook/ansible-vault.md)
- [Template, Roles](https://borosan.gitbook.io/ansible-handbook/template-roles.md)
- [Ansible Galaxy](https://borosan.gitbook.io/ansible-handbook/ansible-galaxy.md)
- [Advanced Topics](https://borosan.gitbook.io/ansible-handbook/advanced-topics.md): In this section we take a quick look at more advanced concepts in ansible and introduce some useful options.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://borosan.gitbook.io/ansible-handbook/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
